有哪些 Java 外部包/库?
我需要知道用 Java 开发游戏最有用、易于使用的软件包是什么?
我需要以下软件包:
- 网络/在线
- 声音/音乐
- 2D 图形(我对 3D 不感兴趣)
- 数据库
I need to know what are the most helpful, easy-to-use packages out there for developing games in Java?
I need packages for:
- Network/Online
- Sound/Music
- 2D graphics (I'm not interested in 3D)
- Database
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您提到您对 3D 不感兴趣,但您应该看看 LWJGL 。它处理对 OpenGL(您可以使用它创建 2D 渲染器)、OpenAL(声音/音乐)和控制器(游戏手柄等)的访问。
You mentioned you're not interested in 3D, but you ought to take a look at LWJGL. It handles access to OpenGL (which you can create a 2D renderer with), OpenAL (sound/music) and controllers (gamepads, etc).
对于物理,您可以使用:
http://www.jbox2d.org/
是 C 物理的端口发动机箱2d
For the Physics you can use:
http://www.jbox2d.org/
is a port from the C physics engine box2d