A Minecraft Clone in LWJGL 3
For help with LWJGL 3, check out https://lwjglgamedev.gitbooks.io/3d-game-development-with-lwjgl/content/. (We need to add the lighting directional light from here!)
- Download Eclipse and the latest Java version
- Create a folder to be the Eclipse workspace
- Download and drag the Cubestruct folder into the workspace
- Open Eclipse and select the location of your workspace
- In the Eclipse navbar go to File>Import>General>Existing Projects into Workspace
- Make sure LWJGL Lirbary paths are correct in configurations
- ESC to close
###If on a mac:
- Go to Run>Run Configurations>Java Application.
- Select the create new and put org.cubestruct.game.Main as the main class.
- Go to arguments and put
-XstartOnFirstThread
in the VM argument box. - Click Apply
- Click Run
#Features
-
ModderMe123 added rainbow blocks
-
Minecraft Camera Controls