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.

The public site documents each workflow and ships the browser gallery with the same Rust/WASM engine used by the CLI and SDKs. Open Gallery in the top navigation to edit examples, inspect the 3D toolpath, simulate playback, verify output, and export G-code or Dry IR.

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