Page 1 of 1

Framework in Javascript, much like Unreal Blueprints

Posted: Fri Dec 13, 2019 1:45 pm
by jamirokwai
Hi there,

I am looking for a library/framework in Javascript to build a visual node editor, much like Unreal Blueprints (https://docs.unrealengine.com/en-US/Eng ... index.html).

Does anybody have an idea?

Thanks and cheers
Jamirokwai

Here is an image from the above page, showing a small blueprint-graph.
Image

Re: Framework in Javascript, much like Unreal Blueprints

Posted: Fri Dec 13, 2019 2:19 pm
by Peter
something like this?

https://github.com/retejs/rete

Re: Framework in Javascript, much like Unreal Blueprints

Posted: Fri Dec 13, 2019 2:27 pm
by jamirokwai
Peter wrote:something like this?

https://github.com/retejs/rete
Thanks, Peter. Yes. I found this one a few hours ago.

These are much lighter...
https://github.com/sketchpunk/NEditorJS
https://github.com/depuits/ned

I will have a look at these two. Maybe, I can fiddle around and implement them into SpiderBasic :-)

Cheers
Jörg