An experimental project with OpenGL.
- Infinite world generation.
- FastNoiseLite. *
- GLAD *
- GLFW.
- STBI. *
(* - Included in this repo).
This minecraft-clone is only written for linux.
Please make sure you have installed GLFW in your system.
- Clone this repository.
- Go to the respective folder and open a terminal in the folder.
- Then run the command
sh ./run
.
As I am still learning C++ and OpenGL it may lack performance :) .