Framework in Javascript, much like Unreal Blueprints

Share your advanced knowledge/code with the community.
jamirokwai
Posts: 40
Joined: Fri Sep 25, 2015 12:00 pm

Framework in Javascript, much like Unreal Blueprints

Post 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
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Framework in Javascript, much like Unreal Blueprints

Post by Peter »

something like this?

https://github.com/retejs/rete
jamirokwai
Posts: 40
Joined: Fri Sep 25, 2015 12:00 pm

Re: Framework in Javascript, much like Unreal Blueprints

Post 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
Post Reply