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.
Every code block below is live. Edit it and the canvas, g-code, IR, metrics, and verify panes rerun against the same Rust/wasm engine the CLI and the Python/TypeScript SDKs use.
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