We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionSo I have very little experience using lwjgl and was wonrdering where I could find tutorials for making 3d worlds using it...
I need to have stuff like a floor, roof, walls, and the ability to move in this area. Please help.
An excellent modern tutorial on using OpenGL3.
EDIT: New link.
EDIT: Java specific tutorials (but OpenGL2)
LWJGL's own Wiki has pretty good series of tutorials right on the front page. Note that creating actual graphics assets, both models and textures is a whole different thing than "just" progamming the game around a game engine.
Great YouTube series on modern lwjgl 3D Engine:
http://www.youtube.com/thebennybox
You might want to take a look at jMonkeyEngine - It's built on top of LWJGL but contains a lot more higher level "game engine" features that could be helpful in constructing a 3D world.
LWJGL is much more low level - so it's great if you just want direct, fast access to OpenGL functionality, but you will have to pretty much build your game engine yourself.
精彩评论