❄️ Arctic CodexFlagship UPE + live tools
StoreRequest EvaluationView My Orders

Integration Guide

The recommended evaluation order is core-first: validate the C API build path, deterministic proof, and only then move into bindings or broader domain modules.

Build commands

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUPE_BUILD_EXAMPLES=ON -DUPE_BUILD_TESTS=ON -DUPE_DETERMINISTIC=ON
cmake --build build --parallel
ctest --test-dir build --output-on-failure -C Release

Recommended order

  1. Validate the core C API build and tests.
  2. Run the determinism proof script and inspect the logs.
  3. Run only the example scenes relevant to your use case.
  4. Validate one binding relevant to your stack; treat the rest as optional follow-up.

Integration posture