Velos is built to be easily integrated using CMake. Follow the steps below to build the engine and run the included sandbox project.
- CMake: >= 3.20
- Compiler: C++20 compatible
- Dependencies: SDL3 development libraries
-
Clone the repository
git clone --recursive https://github.com/mihaid11/Velos.git cd Velos -
Configure the project with CMake
cmake -S . -B build -
Build the project
cmake --build build
-
Run the sandbox example
./build/bin/velos-sandbox