Documentation
Studio workflows, SDF concepts, API reference, and procedural modeling recipes live here.
Getting Started
- Install Soyuz Studio.
- Open a Rhai script.
- Run the docked Preview tab.
- Export GLB, glTF, OBJ, or STL meshes.
Concepts
Soyuz models are Signed Distance Field programs. You compose primitive shapes, transform them, blend or subtract them, and convert the result to a mesh when you need an asset file.
API Reference
The API reference is generated from the same structured source that registers the Rhai runtime functions. If a function is in the reference, it is covered by the runtime registration checks.
Cookbook
Use the cookbook for modeling patterns: hollow parts, clean cuts, radial repetition, symmetry, and export-oriented tips.