Flash animation 2d graphic library for C ++ or Java

I am looking for a good (hopefully free) 2-graphics library in C ++ or, in the worst case, Java, which helps to create the appearance of flash animations typical of most flash games.

It would be best if it provided most of the features and ease of programming Flash animations, such as layers, or even conflict detection, etc., without all the microcontrolled pixels typical of opengl. Of course, it can be built on opengl ...

Edit: interactivity is important, this may not be clear in the first description. Therefore, I am not aiming only at animation or presentation. Good collision system, gravity, etc. Very welcome as well as good graphical interfaces.

+3
source share
3 answers

Check out Google’s new ForPlay .

It compiles in java, javascript, android, etc.

Edit: Moved and name changed to PlayN

There is also a stackoverflow tag

+3
source

Potential ideas:

  • Processing is used to create very good visualizations .... depending on what you want to do, it might be a good option.
  • JavaFX was developed as the basis for creating Rich Internet Applications (a bit like Flash). I think it has a lot of flash-like features that you are talking about.
0
source

, , , SFML.

0

All Articles