Java Question

Do any you have a Java “Game Engine” that you used in previous LD Challenges. If so leave a link to the engine in the comments.

Comments

10. Jan 2015 · 00:44 UTC
I love to use Processing.org for all my Ludum Dare games, its somewhat of a Java library or framework that takes most of the hassle out of writing games (you don’t need to worry about setting up the window, or a graphics canvas, etc)
YourLocalFax
11. Jan 2015 · 02:57 UTC
I have one that I’ve written myself, and I’m in the process of upgrading it right now. The current stable version uses LWJGL 2 and all of it for you. It only has open support for 2D things right now, all of the 3D implementations are untested and left almost untouchable, but it runs pretty well and I’ve never had real problems with it, very easy to set up and use.
YourLocalFax
11. Jan 2015 · 02:58 UTC
^ I don’t have a link to it, haven’t uploaded, but if anyone wants to see it I can do that
11. Jan 2015 · 17:37 UTC
For both entry LD30 and LD31 we used libgdx together with tiled.
skape
13. Jan 2015 · 14:16 UTC
I’ll just leave this little plug here. I find Mercury to be a nice, simple, easy to use Java game lib.