How to create a Raining Effect(Particles) on Android?

Posted by user19495 on Game Development See other posts from Game Development or by user19495
Published on 2012-09-01T18:59:47Z Indexed on 2012/09/01 21:50 UTC
Read the original article Hit count: 164

Filed under:
|
|

I am developing a 2d android strategy game, it runs on SurfaceView, so I can't(or can I?) use LibGdx's particle system. And I would like to make a raining effect, I am aiming for something like this( http://ridingwiththeriver.files.wordpress.com/2010/09/rain-fall-animation.gif ), I don't need the splash effect in the end (although that would be superb, but probably would take up a lot of system resources). How could I achieve that raining effect? Any ideas?

Thank You a lot in advance!

© Game Development or respective owner

Related posts about 2d

Related posts about android