Developing SAMSON Extensions in C++#
SAMSON provides a powerful C++ SDK that lets you develop extensions of various types: apps, editors, force fields, visualizations, parsers, etc.
See the SAMSON Developer Guide.
Get started#
-
Download and install SAMSON SDK.
-
Learn how to generate SAMSON Extensions using the Extension Generator provided with SAMSON.
-
Learn how to build SAMSON Extensions on various OS.
-
Learn how to distribute SAMSON Extensions on SAMSON Connect.
Tutorials and examples#
-
Learn how to create SAMSON Extensions from developer tutorials.
-
Get code for developer tutorials on GitHub.
References#
-
Learn how to develop SAMSON Extensions and use SAMSON SDK.
-
Learn about object-oriented programming in C++.