Z
Z
zxmd2014-02-19 17:53:29
Java
zxmd, 2014-02-19 17:53:29

What is a good 2D graphics engine for Java?

Good afternoon. I really want to find some kind of 2D engine for java with such built-in features:
- physics;
- particles;
- lighting;
- animated sprites.
Maybe someone will tell you something suitable (unity is not needed)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FoxInSox, 2014-02-19
@zxmd

I've been working with LibGDX for quite some time, and I'm generally satisfied.
- The physics engine is built
in - Particles can be implemented on the built in Box2D
- Light in 2D is quite a specific thing, i.e. depends on what effect you want. But I have seen a Java library that works with LibGDX and Box2D for shadows.
- There are classes for bitmap animation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question