Additionally, since you're new to programming. You may want to get a handle on some of the basics of programming before taking on 3D graphics. I've got a friend who is new to programming started on these tutorials. No verdict on how good they are yet, but should make a good start.
I like LWJGL, it's got several ways to make life just that little bit easier for game developers. Just bear in mind that 3D graphics is pretty daunting. Don't be discouraged if you don't get the camera pointing the right way on your first try.
如果您只是想玩玩并制作一些简洁的东西,我建议您查看 JMonkeyEngine。它不会让你像其他库那样接近金属,但你可以比原始 API 更快地制作一些简洁的东西。
The kits mentioned so far, LWJGL, JOGL are good suggestions.
If you are just looking to play around and make neat things I suggest looking at JMonkeyEngine. It won't get you as close to the metal as the other libraries but you can jump into making something neat a lot quicker then the raw API's.
发布评论
评论(5)
是的,在 Java 中使用 OpenGL 有很多方法。例如:
http://en.wikipedia.org/wiki/Java_OpenGL
LWJGL
编辑
另外,由于您是编程新手。在学习 3D 图形之前,您可能需要掌握一些编程基础知识。我有一位刚接触编程的朋友,他是从这些教程开始编程的。还没有对他们有多好做出判断,但应该有一个好的开始。
Yes, there are lots of ways to use OpenGL in Java. For example:
http://en.wikipedia.org/wiki/Java_OpenGL
LWJGL
EDIT
Additionally, since you're new to programming. You may want to get a handle on some of the basics of programming before taking on 3D graphics. I've got a friend who is new to programming started on these tutorials. No verdict on how good they are yet, but should make a good start.
我喜欢 LWJGL,它有多种方法可以让游戏开发者的生活变得更轻松。请记住,3D 图形是相当令人畏惧的。如果您第一次尝试时没有将相机指向正确的方向,请不要灰心。
I like LWJGL, it's got several ways to make life just that little bit easier for game developers. Just bear in mind that 3D graphics is pretty daunting. Don't be discouraged if you don't get the camera pointing the right way on your first try.
是的,您可能需要在 eclipse 中设置 JOGL。
Yes, and you probably need to setup JOGL in eclipse.
到目前为止提到的套件,LWJGL、JOGL 都是不错的建议。
如果您只是想玩玩并制作一些简洁的东西,我建议您查看 JMonkeyEngine。它不会让你像其他库那样接近金属,但你可以比原始 API 更快地制作一些简洁的东西。
The kits mentioned so far, LWJGL, JOGL are good suggestions.
If you are just looking to play around and make neat things I suggest looking at JMonkeyEngine. It won't get you as close to the metal as the other libraries but you can jump into making something neat a lot quicker then the raw API's.
答案很简单,你可以使用JOGL。
Answer is simple, you can use JOGL.