A project of a voxel game engine.
Mavoxel aims to be a complete game engine to produce voxel-based games
You need to have Cmake installed.
To compile this project, you must install these libraries :
You will also need the Vulkan SDK
Open a terminal at the root of the project. Run this command to create project files :
cmake -S . -B build
Using the same terminal as above, run this command to compile the project :
cmake --build build --config Release
You can also change the build type to Debug instead of Release.
You will find the generated static library in build/Mavoxel/{build type}.
You can run the application generated in build/App/{build type}/app.exe.
- Magniadas Guillaume - Personal work - Magnat
This project is licensed under the MIT License - see the LICENSE file for details