Skip to content

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.

  1. Author a path - the fluent Design API
  2. Lower to the Dry IR - the typed L2 motion segments
  3. Simulate - time, distance, material, peak flow
  4. Verify - machine-safety contracts
  5. Optimize - standard vs kinematics-aware balanced
  6. Generative - TPMS and lattice generators