Java Animation Library (2D)

I am creating (for a semester project) an application for Java applications. The goal is to provide a rich and intuitive user interface. Now I am looking for a cross-platform Java library that works with Swing and provides animation (moving, resizing, rotating, changing color / alpha and other 2D materials). Basically, I'm looking for the equivalent of CoreAnimation in JavaWorld.

I found Trident , but it has no experience, and no development seems to have taken place since mid-2010.

Do any of you have experience with Trident or can you recommend a library that suits me, what do I need?

+3
source share
2 answers

Hi I do not have deep knowledge about this, but I looked at the trident a year ago and it looked well designed, functional and stable.

I would go with this if I did not find anything better. You should check out Cyril’s blog at pushingpixels.org to get additional useful examples.

Have Fun - Rossi

+3
source

Use the libgdxamazing library !!

+1
source

All Articles