Note: This page is generated from the
slicecore/splitframeengine repository. Edit the source document there and let automation sync it intosplitframe-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.