Mobject-Dev-Team / mobject-graph

This is one of the many libraries of mobject. This library focuses on the providing graphical programming abilities to TwinCAT.
MIT License
1 stars 0 forks source link

Make literal, display, unbundle, bundle node factory #1

Closed benhar-dev closed 1 month ago

benhar-dev commented 4 months ago

This will be generic nodes which can be made on the fly by the the nodeprototypes.

nodePrototype.AddLitteralNodeUsingDatatype(_bool);

benhar-dev commented 1 month ago

Done in latest push. Adding datatypes will automatically make display and literal nodes. If the datatype is a structure then it will also make bundle and unbundle.