A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker 6670f3b41c shader: make geometry shader not mandatory 2023-09-20 12:37:32 +02:00
include shader: make geometry shader not mandatory 2023-09-20 12:37:32 +02:00
lib
shaders give leaves a sprinkle of color 2023-07-30 12:17:51 +02:00
src blockpicking: eventually mesh nearby chunks when destroying a block 2023-08-12 08:44:46 +02:00
textures Initial tree generation 2023-07-30 12:16:32 +02:00
.gitignore
CMakeLists.txt
README.md
build-and-run.sh

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)