Skip to content

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

About

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

Topics

Resources

License

Stars

Watchers

Forks