All docs
Engine Docs Synced doc Engine source of truth

Building Splitframe

Python package setup and native runtime build commands for the engine.

Generated from slicecore/splitframe View source doc

Note: This page is generated from the slicecore/splitframe engine repository. Edit the source document there and let automation sync it into splitframe-io.

Python Package

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Native Runtime

cd native
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

See native/README.md for renderer-specific build details.