本文介绍了适合Java的优秀游戏开发库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很快就会参加Java课程,而且我可能会在课程开始的几周内有很多空闲时间。我想我会在空闲时间搞乱游戏设计,并想知道是否有人可以推荐一些有利于游戏开发的Java库。

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.

谢谢。

推荐答案

我建议你看看。它是一个易于使用的综合2D游戏库:一个很好的Java实验平台。

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.

由于你还没有任何Java经验,我建议你您可以远离低级库(如LWJGL)或复杂库(如JMonkeyEngine)。

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.

这篇关于适合Java的优秀游戏开发库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 13:00