Skip to content

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 postMessage protocol, compatible with all mainstream web containers.

Version Lines

We expose two stable entry lines. Choose based on your integration goal:

Version EntryPositioningBest for
2.xRecommended feature trackNew integrations; automatically follows the latest 2.x release and supports editor mode plus deeper customization.
1.2.1Compatibility referenceMaintaining existing integrations; only needs basic presentation, slide switching, and simple content loading.

Documentation Guide

  1. Quick start: If this is your first time, go directly to 2.x / Getting Started.
  2. Deep control: For automated drawing or AI interaction scenarios, see REPL Capabilities.