Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.07 KB

0_intro.md

File metadata and controls

17 lines (12 loc) · 1.07 KB

Hello

You have found the integration documentation for the Dynamo visual programming language.

This guide will discuss various aspects of how to host Dynamo in your application to enable your users to interact with your application using visual programming.

contents:

  • this intro high level overview of what this guide includes, and what Dynamo is all about.
  • entryPoint how to create a DynamoModel and where to start.
  • trace/elementBinding using Dynamo's trace mechanism to bind nodes in the graph to their results in your host.
  • selection Nodes how to implement nodes that allow users to select objects or data from your host and pass them as inputs to the Dynamo graph.
  • dynamo standard library What is the Dynamo Standard Library, and how to use the underlying mechanism to ship packages with your integration. WIP
  • ...
some diction:

We will use the terms dynamo script, graph, and program interchangeably in these documents to refer to the code users create in dynamo.