Cheers guys, I will take a look and see what I can come up with!
I purchased a game that was made using this framework from app store called Ponon! which is pretty fun! and looks very slick. I am after the kind of smoothness of the rotating pieces in the background:
I am having a play around with Haxe Nme for the first time and have a few questions which perhaps you guys would be able to answer.
Q1. Is it possible to rotate sprites smoothly (i.e. without pre-rendered sprite sheet for each direction)
Q2. Is it possible to rotate entire stage smoothly?
Q3. I gather that OpenGL is used on mobile devices. Is there one draw call for each individual sprite image? Is there any sort of batching to reduce draw calls?