Good Game Development Libraries for Java

Adam P picture Adam P · Sep 10, 2012 · Viewed 49.9k times · Source

I'm going to be taking a class on Java soon, and I'm probably going to have a lot of free time during the class for the first few weeks. I figured that I would mess around with game design in my free time and was wondering if anyone could recommend some Java libraries that are good for game development.

Thanks.

Answer

Branislav Lazic picture Branislav Lazic · Sep 10, 2012

I would recommend you: LWJGL

This guys tutorials can help you a lot: http://www.youtube.com/user/TheCodingUniverse

He is explaining how to make games using LWJGL in detail.

Also, have a look at: LibGDX