Browsing Category "Musings"
21 Oct
2011
Posted in: Musings
By    No Comments

What to do today…?

For me, that’s often the question I ask myself more often than anything else. It’s not that I don’t have anything to do, just the opposite. I have lots of things I would like to do, quite a few things I should be doing, and a whole bunch of things that really need to get done.

The real question revolves around these issues:
Should I spend time making money…
Should I spend time learning something…
Should I spend time developing something that might make money… be fun… be useful to someone…

That’s where I get tripped up. Lots of things that might be worthwhile and a lot of things that I should be doing.

There are no answers here, only thoughts…

13 Oct
2011
Posted in: Musings
By    No Comments

My new friend Starling…

I’ve been playing around with Starling lately, mostly to test it as an alternative to the way we currently build our game engines. If you haven’t heard, Starling is a port of an iPhone framework called Sparrow that was written by Gamua that lets you write very AS3 friendly code while taking advantage of hardware acceleration in Flash with its new Stage3D APIs. Starling allows you to push most of the rendering off to the GPU, freeing up the CPU to do other things. It’s also very fast… like really fast.

Most of the games that I’ve seen with it have been pretty simple. Some of the tests however, have been very impressive. It feels a little foreign leaving the standard Flash Movieclip behind and working with bitmaps instead of vectors, but I have a feeling that it will become more and more common to do so. Waste put up one of their tests at: http://www.waste-creative.com/games/invaders/ that was particularly impressive and on my machine, plays 60 fps consistently. I’d be really interested if we could get something as deep as Poptropica to run in a system like this…

Of course, there are other frameworks like ND2D by Lars Gerckens that are doing similar things. I need to play around a bit more before I commit to a particular framework for a releasable product. No doubt though that Stage3D is going to have a serious impact on the way we do things.