Graph


The core concept of the app is a graph. Graphs represent logic that computes geometry (and other data).

Graphs are a collection of connected nodes.

Graph Concepts

A graph describes:

The graphs are directed acyclic graphs (DAG) that evaluate lazily.