A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker 5dd924abf7 implement intervalmaps 2022-12-01 23:44:03 +01:00
include implement intervalmaps 2022-12-01 23:44:03 +01:00
lib initial commit 2022-11-10 19:53:52 +01:00
shaders colors and fake lightning 2022-11-10 22:47:06 +01:00
src chunkmgr: properly dispose allocated chunk memory 2022-12-01 23:44:03 +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)