I'm just trying to learn opengl and improve my c++ skills
- Be on a unix system
- Clone the repository
- Make a "build" folder inside of the project folder
- Go into that folder
- Run "cmake .."
- Run "cmake --build ."
- Go back to the project directory
- Run "./build/src/Main"
- 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.