Web Analytics Made Easy - Statcounter
Skip to content

SAMSON 11.0.0 Developer Guide#

This guide is for developers who build, debug, and distribute SAMSON Extensions with the SAMSON SDK.

Use it when you need to understand how the SDK is organized, how extensions fit into SAMSON, and how to implement common extension workflows such as building UI, working with the data graph, exposing functionality, and packaging your work.

If you are new to SAMSON extension development, follow this order:

  1. Read Getting started to understand what SAMSON, the SDK, and extensions are.
  2. Install the SDK with Installation.
  3. Create your first project with Extension Generator.
  4. Build it with Building extensions.
  5. Learn the core runtime concepts: Extensions, Data graph, Getting nodes, Modeling and simulation, Developing GUI, Introspection, Serialization.
  6. Use Tutorials when you want a worked example instead of a concept page.

Reading paths#

Choose the path that matches your immediate task.

I want to create my first extension#

I want to understand the SDK model#

I want to implement common extension features#

I want reference material and worked examples#

Main sections#

SAMSON Extension samples are available on GitHub: SAMSON-Developer-Tutorials.