/Cubestruct

A Minecraft Clone in LWJGL 3

Primary LanguageJava

Cubestruct

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!)

Usage

  1. Download Eclipse and the latest Java version
  2. Create a folder to be the Eclipse workspace
  3. Download and drag the Cubestruct folder into the workspace
  4. Open Eclipse and select the location of your workspace
  5. In the Eclipse navbar go to File>Import>General>Existing Projects into Workspace
  6. Make sure LWJGL Lirbary paths are correct in configurations
  7. ESC to close

###If on a mac:

  1. Go to Run>Run Configurations>Java Application.
  2. Select the create new and put org.cubestruct.game.Main as the main class.
  3. Go to arguments and put -XstartOnFirstThread in the VM argument box.
  4. Click Apply
  5. Click Run

#Features

  • ModderMe123 added rainbow blocks

  • Minecraft Camera Controls