Good Game Development Libraries for Java [closed]

僤鯓⒐⒋嵵緔 提交于 2019-12-02 19:07:55
Oskar

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.

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

JME is a platform worth looking at.

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