Sunday, May 22, 2011

Working with canvas on Android

Till now I have not worked on canvas in my projects but still I keep on experimenting with the new things in graphics. I worked on the 2D animations and 3D animations in my experiments. In this post I am gonna discuss about the a 2D animation of sparkles in android. I have used SurfaceView to do the animation. The animation I have made has a particle system. The particles are generated as the user touches the screen and go for recycling when those are off screen and those are no more drawn. You can watch this effect in the video below.

No comments: