A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker 3a649836e5 initial commit
initial port of https::/git.emamaker/voxel-test-intervalmaps to c++ and opengl
2022-11-10 19:53:52 +01:00
include initial commit 2022-11-10 19:53:52 +01:00
lib initial commit 2022-11-10 19:53:52 +01:00
shaders initial commit 2022-11-10 19:53:52 +01:00
src initial commit 2022-11-10 19:53:52 +01:00
.gitignore initial commit 2022-11-10 19:53:52 +01:00
CMakeLists.txt initial commit 2022-11-10 19:53:52 +01:00
README.md initial commit 2022-11-10 19:53:52 +01:00
build-and-run.sh initial commit 2022-11-10 19:53:52 +01:00

README.md

Port of https://git.emamaker/voxel-test-intervalmaps to C++ and OpenGL.

Credits

CMake template based on https://github.com/kigster/cmake-project-template by Konstantin Gredeskoul under MIT License

Rest of credits is in respective source files (OpenSimplexNoise, glad, glm, stb_image)