newt's Forum Posts

  • "We were recently in the news for the first adult app for Google Glass"

    This made me smile a little.

    Actually I would think that you'd probably do better on desktop, rather than mobile, which would fit in with the current state of things.

    Are we talking strip poker, or Super Meat Boy as it should have been?

  • The angled walls are unavoidable, otherwise I'd just make them straight.

    The question is still: what do you want to happen?

    Also those are opposite sides of the angle(right side points up, left points down), so the way it is is not unexpected.

  • Other than saying set them to 0 degrees, what were you expecting to happen?

  • The premise is not a bad one, its just that the hardware isn't quite there yet, at least at indie developer stage that is.

    Some huge micro controller producer might be able to pull off the specs, with the price needed, but none of the dev boards are going to cut it.

    Like if you were to use Arduino shields for wifi, accelerometer, touch, etc you would already be looking at over a hundred dollars. Plus that much more in labor to put it together.

    And thats not even looking at a decent motherboard.

    On the other hand, Node Web-Kit offers a blank canvas that would actually be perfect for this kind of thing.

  • You should probably do a little more research.

  • What kind of fps are you getting, and have you got C2 games running on it?

    I would be extremely skeptical at using a Pi. Sure its a great little board and all but it lacks the power, and memory to run both the os, and Boot to Gecko.

    Plus everything I've read about Raspberry Pi running Html5 is bad, but that was usually using the stock Linux browser, which takes up very little memory.

  • Not for sure, but I think it was something about not having a texture for the webgl part.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Strangest thing just now.

    I was sure I had an error figured out as it gave the alert with on mouse click, draw quad.

    I then added an on start of layout set quad color, and the error stopped.

    Then I disabled that event, ran it as it was at first, and now there is no error.

    Must be some javascript cache madness.

    Left over after updating the plug.

  • Don't know whats the issue here, but I think its different.

    Throws an error on preview.

    I'll have to make a capx for the other issue.

  • I'll just leave thi..

    youtu.be/LgJyiOyA3jc

    Ehh what ever.

  • While that formula might look a little complicated, the requested behavior might be just as much, if not more, especially when you consider the user might want just 4 frames, or 16 animations.

  • I'll just leave this here.

  • Well the 3d part could be accomplished with the Rojo's Paster plug, but its not quite ready for prime time yet.

  • Well that may indeed be 3d.

    Something similar is doable by changing different layers parallax scroll rates differently than those in the mid, and foreground.

  • Well it depends on the sample size, but its not exactly an instant type of calculation. As in the bigger it is, the longer it will take. However, usually there is a way to make the returned noise tileable.

    If someone were to make a plug I would think it would be an excellent case for Webworkers.