|
|
|
|
|
by fibo
2352 days ago
|
|
Thank you for the feedback, I restored the online example here: http://g14n.info/flow-view/examples/basic/ I am also working on an engine that is able to run javascript code: https://github.com/fibo/dflow Currently I am working on a rewrite and I will use flow-view to create custom nodes, for example nodes that have a canvas or a graph inside (images a SinOsc node with a graphic preview). The engine is able to order nodes by level and run them usinng the graph order, it is not an event based engine but every graph compiles a JS function. |
|