Search code examples
androidvisual-effects

Visual effects libraries for android game


I am developing a game, which needs few visual effects (Bomb explosion , and so on), And of course they should look pretty and appealing. :) I searched a bit, but could't find any libraries.

So, I don't know i am headed in the right direction or not. Is there anything like a paid or free third party libraries which i can use.

Thanks for your time.


Solution

  • You can try:

    1. AndEngine --> github.
    2. Cocos2d-x --> The Completest Cocos2d-x Tutorial & Guide List --> github.
    3. libGDX (as @Denis 'GeneralGDA' Gladkiy mentioned).