Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 647 Bytes

File metadata and controls

15 lines (13 loc) · 647 Bytes

minecraft_rendering

I'm just trying to learn opengl and improve my c++ skills

To run:

  1. Be on a unix system
  2. Clone the repository
  3. Make a "build" folder inside of the project folder
  4. Go into that folder
  5. Run "cmake .."
  6. Run "cmake --build ."
  7. Go back to the project directory
  8. Run "./build/src/Main"
  9. You may need to install libraries such as glew or glm if there is an error

You will see a forest world with lakes. Chunks will be added/removed as you move with standard minecraft controls, but there is distance fog to hide it. You can also break blocks and place (leave) blocks. L/F to switch between line and fill mode.