A simple game engine in C++
- CMake 3.20 or newer
- C++20
- OpenGL 4.5 or newer
- A C++ compiler (GCC, Clang, MSVC)
- Clone the repository
git clone https://github.com/nixuh3/Voxel-Engine.git
cd Voxel-Engine- Configure project
cmake -S . -B build- Build
cmake --build build- Run
./build/Sandbox/Debug/Sandbox