user753676
user753676

Reputation:

Javascript equivalent for the technique called behind editors like Nodes Editor of Blender

I need to know how this type of dynamic connections is called between the "nodes":

Blender node editor

Image source: https://orange.blender.org/wp-content/themes/orange/images/blog/noodles.jpg

Also does someone know a javascript library for generating these nodes with connections?

Upvotes: 2

Views: 768

Answers (1)

Michel
Michel

Reputation: 66

This is called "Directed Acyclic Graph". You should have a look at the Raphaël Library. Especially this example.

Upvotes: 1

Related Questions