问题
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.
回答1:
I suggest you take a look at Slick2D. It's an easy-to-use comprehensive 2D game library: a great platform for experimenting with Java.
Since you don't have any experience with Java yet, I would advise you stay clear of low-level libraries such as LWJGL or complex libraries such as JMonkeyEngine.
回答2:
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
回答3:
JME is a platform worth looking at.
来源:https://stackoverflow.com/questions/12344464/good-game-development-libraries-for-java