A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker 357f67aac1 chunkmgr: debug info for chunkmgr 2023-10-04 14:59:17 +02:00
include
lib
shaders
src chunkmgr: debug info for chunkmgr 2023-10-04 14:59:17 +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)