A cubical voxel engine, with chunks, interval maps and greedy meshing
 
 
 
 
 
 
Go to file
EmaMaker 80d3297213 chunkmesher: keep a table of vertices to avoid duplicates 2023-04-08 17:17:47 +02:00
include chunkmesher: keep a table of vertices to avoid duplicates 2023-04-08 17:17:47 +02:00
lib ship glfw 2023-02-11 21:49:35 +01:00
shaders gamma correction 2023-03-27 21:10:45 +02:00
src chunkmesher: keep a table of vertices to avoid duplicates 2023-04-08 17:17:47 +02:00
.gitignore update .gitignore 2023-03-27 21:10:45 +02: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)