I have developed html5 canvas based animations (non-interacive) which work very well in latest desktop browsers but perform miserably on iphone and android. I want to port these web based html5 canvas application to native iphone and android applications. I am looking for something that will provide the quickest way to port such applications to native iphone and android applications without having to learn something completely different like opengl es. Is there such native API ( something like canvas 2d drawing surface) and if so what is the API?
I have developed html5 canvas based animations (non-interacive) which work very well in latest
Share
On the iPhone, you should look into Core Animation and Animation Blocks. I have 0 Android experience though, so I can’t help you with that.