A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker d0ddf2256f move chunkmeshdata into its own file
And let it be managed by chunkmesher instead of chunkmanager
2023-10-04 13:23:49 +02:00
include move chunkmeshdata into its own file 2023-10-04 13:23:49 +02:00
lib
shaders
src move chunkmeshdata into its own file 2023-10-04 13:23:49 +02:00
textures
.gitignore
.gitmodules
CMakeLists.txt
README.md
build-and-run.sh
intervalmap.hpp

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)