A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker fa3d36ec58 shaders: fix rotated textures on x axis 2023-10-12 21:47:05 +02:00
include print gpu in debug window 2023-10-04 20:58:06 +02:00
lib
shaders shaders: fix rotated textures on x axis 2023-10-12 21:47:05 +02:00
src blockpick: avoid blocks being placed diagonally 2023-10-12 21:47:00 +02:00
textures
.gitignore
.gitmodules
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)