Interface for OpenSCAD --- GraphSCAD

Another one I missed:

The construction of an object seems to be done in two directions:

  • object modeling in one chain from left -> right
  • math is set up in a separate chain, also left -> right, but it then connects to the right side of the ultimate object — you connect things by assigning variable names and math as necessary

Seems to make a lot of things a lot easier to work with, at least at first blush.

This has since been opensourced: