Voxel game engine written in C++ using OpenGL.
The engine is primarily focused on the challenges behind generating and rendering a procedural world in real time.
./ft_vox [world_seed]
WASD - move around
F - toggle fullscreen
I - toggle debug info HUD
M - toggle wireframe mode
git clone --recursive https://github.com/indiedriver/ft_vox
cd ft_vox
cmake .