Good Game Development Libraries for Java [closed]

萝らか妹 提交于 2019-12-03 05:46:48

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!