Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 197 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 197 Bytes

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