nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

How to add new kinds of nodes at runtime? Thanks! XD

Open 2822907581 opened this issue 7 months ago • 1 comments

Hello, this really is simply a masterpiece!
I'm going to make a visual programming language with the help of it, so I'd like to be able to dynamically add new kinds of nodes at runtime.
However, from what I understand, it seems that I can only add nodes by registering subclasses of NodeDelegateModel at the beginning of the program. Is it possible to add nodes dynamically at runtime of the program?

2822907581 avatar Jun 30 '24 13:06 2822907581