Appearance
The Guided Tour
Dry is a toolpath compiler: a design is a program that lowers through a typed IR (design to path to motion to target) which the engine simulates, verifies, optimizes, and emits.
The public site documents each workflow without distributing the engine. Licensed product builds make the examples editable and execute them against the same Rust/WASM engine used by the CLI and SDKs.
Reference pages: TypeScript SDK, Python SDK, CLI, IR, examples matrix.
- Author a path - the fluent
DesignAPI - Lower to the Dry IR - the typed L2 motion segments
- Simulate - time, distance, material, peak flow
- Verify - machine-safety contracts
- Optimize - standard vs kinematics-aware balanced
- Generative - TPMS and lattice generators