miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.27k stars 205 forks source link

How can I use strings as input / output types on nodes?[Question] #78

Closed antithing closed 9 months ago

antithing commented 9 months ago

As above Also, a tutorial on creating custom nodes would be great! (I am starting with the Calculator example, as I need the right click menu).

Ideally what I want to do is use the minimal example, set the output of a custom node to be a data class, and use the same border effect and right click menu system as in the Calculator example

antithing commented 9 months ago

Switched to minimal example and built in the right click function. Thanks!