A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker afdd622ec2 refactor message system between main and update threads
restores blockpicking with new multithread system
2023-10-04 14:35:29 +02:00
include refactor message system between main and update threads 2023-10-04 14:35:29 +02:00
lib
shaders
src refactor message system between main and update threads 2023-10-04 14:35:29 +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)