A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker ec2feb919f chunkmanager: chunkmesh on the stack 2023-02-12 12:20:03 +01:00
include chunkmesh: do not create shader for every object 2023-02-12 12:18:30 +01:00
lib ship glfw 2023-02-11 21:49:35 +01:00
shaders colors and fake lightning 2022-11-10 22:47:06 +01:00
src chunkmanager: chunkmesh on the stack 2023-02-12 12:20:03 +01:00
.gitignore update .gitignore 2023-02-11 21:52:31 +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)