Voxel engine written with OpenGL and C++
- GLFW3
- GLEW
- glm
- LibNoise
mkdir build
cd build
cmake ..
make
Be sure to run the binary alongside the assets/
folder, i.e.
$ ls
build/
assets/
$ ./build/voxels
- loading and unloading of chunks dynamically
- infinite world generation
- physics?