I can`t find a good tutorial on the web, about rendering a 3d cube in the Lightweight Java Game Library! I have been learning LWJGL for some time now. I know how to draw 2d objects. Could Somebody Help me?
Asked
Active
Viewed 1.4k times
1 Answers
14
Here is a lesson of a tutorial for "normal" OpenGL but in the bottom of the site you can find code for the tutorial lesson in plenty of different languages and libraries, including Java with LWJGL.
To get the java code out of this jar you can open it with e.g. 7-zip and find the .java file in the folder named Lesson05.

halex
- 16,253
- 5
- 58
- 67
-
There is also a whole bunch of tutorials on youtube about LWJGL3 and the first thing they do after setting up the window is rendering a square and a cube. – Kenny Steegmans May 15 '19 at 10:21