Network surface

 From:  Michael Gibson
481.44 In reply to 481.42 
> I think Moi should have some kind of an embedded programming tool like
> Autolisp or something so that users can participate in adding some little tiny
> functionality even if only when it comes to 2d shapes.

MoI uses JavaScript as this kind of embedded programming language. It's actually used quite extensively to control how each command works (when to hide and show controls, etc..) - the script file for each command is inside the \commands subdirectory.

But it takes a lot of effort to document how to use MoI in combination with a programming language. The documentation and support work far outweighs just having the embedded language capability. I don't expect to have enough time to do proper documentation of this type of scripting for the V1 release of MoI, but it is something that I would like to focus on more in future versions.

- Michael