SDK Hub
Dino-GSP SDK is an embedded geometry interaction solution for developers. With the SDK, you can quickly integrate powerful geometry presentation, editing, and computation capabilities into your web applications, teaching systems, or AI assistants.
Core Values
- Minimal integration: Supports installation through
npm— basic canvas embedding in as little as 10 minutes. - Dual modes: "Presentation Mode" for content delivery and "Editor Mode" for content creation.
- Programmatic control: Comprehensive API and a powerful REPL command set for deep canvas control through JavaScript or AI instructions.
- Cross-platform compatibility: Built on the standard
postMessageprotocol, compatible with all mainstream web containers.
Version Lines
We expose two stable entry lines. Choose based on your integration goal:
| Version Entry | Positioning | Best for |
|---|---|---|
| 2.x | Recommended feature track | New integrations; automatically follows the latest 2.x release and supports editor mode plus deeper customization. |
| 1.2.1 | Compatibility reference | Maintaining existing integrations; only needs basic presentation, slide switching, and simple content loading. |
Documentation Guide
- Quick start: If this is your first time, go directly to 2.x / Getting Started.
- Deep control: For automated drawing or AI interaction scenarios, see REPL Capabilities.