Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 660 Bytes

File metadata and controls

31 lines (24 loc) · 660 Bytes

Installation Guide

Velos is built to be easily integrated using CMake. Follow the steps below to build the engine and run the included sandbox project.

Requirements:

  • CMake: >= 3.20
  • Compiler: C++20 compatible
  • Dependencies: SDL3 development libraries

Build Instructions

  1. Clone the repository

    git clone --recursive https://github.com/mihaid11/Velos.git
    cd Velos
  2. Configure the project with CMake

    cmake -S . -B build
  3. Build the project

    cmake --build build
  4. Run the sandbox example

    ./build/bin/velos-sandbox