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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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