vs_node_view 1.0.2 vs_node_view: ^1.0.2 copied to clipboard
A Visual Scripting toolkit to create and use your own VS widgets.
1.0.2 #
- Fixed deserialization sometimes failing for "int" that should be double
- Moved selection button to "Alt" as it intervered with inputs
- Added clearNodes and removeNodes functions
1.0.1 #
- Added demo to README
1.0.0 #
- First release of vs_node_view
Introduces:
- Create you own nodes with typed inputs and outputs
- Interact with the nodes visualy on a scalable canvas
- Evaluate the nodes into a result (also possible without the UI component)
- Serialize and deserialize the nodes