- Install and setup CMake.
- Install and setup vcpkg
- Follow steps 1 and 2 to clone the repo, run the bootstrap script, and setup env variables.
- Run CMake Configuration
cmake --preset editor
- Build the project
cmake --build build
- Launch the editor
./build/ICEditor(.exe)