leon-thomm/Ryven

Is there a way to allow people to create their own nodes?

ArEnSc opened this issue · 2 comments

Is there a way to allow people to create their own nodes?

If I'm understanding correctly, that's kind of the point. Please read the README for more details.

edit: if you want to define new nodes while Ryven is running, you will need to save them just like any other nodes package and import them in Ryven (which you can do any time), but the nodes must exist statically in a nodes package, otherwise save&load etc. is impossible if the nodes don't exist on session load.

nevermind