Skip to content
/ voxel Public

A voxel game engine using C++23 and modern OpenGL

License

Notifications You must be signed in to change notification settings

camc/voxel

Repository files navigation

Voxel Game Engine

A voxel game engine using C++23 and modern OpenGL.

Compiling

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
# Run: ./voxel