Skip to content

Extending drawtonomy

drawtonomy is built to be extended. The same SDK that powers the in-tree extensions (AI Scene Generator, Template Preview, Exporter Playground) is what you use.

You want to…Read
Add a panel, generator, or tool that runs alongside the editorExtension SDK
Add a new export target (CARLA, Unity, SUMO, …)Exporter SDK
Contribute a new SVG template (vehicle, pedestrian, sign)Templates

Everything is in the public drawtonomy GitHub repository:

  • packages/drawtonomy-sdk/ — the SDK
  • packages/drawtonomy-dev-server/ — local editor for development
  • extensions/ — in-tree extensions, useful as references
  • templates/ — built-in shape templates

PRs are welcome. The Template Guide walks through adding a custom shape end-to-end.