About
This repository is for a Voxel Game Engine based on this blog post.
Currently, however, the program only renders a single cube.
World Mesh Rendering - 11/10/25
World now renders as a single mesh! Much faster than rendering cube by cube.
Chunk Mesh Rendering - 11/11/25
Instead of making the entire world a single mesh, now the world is made up of 32x32x32 "Chunks" which are areas of the world that are a single mesh.
Description
Languages
C++
80.8%
C
18.2%
Objective-C
0.8%
CMake
0.1%


