vizorvr / patches

Patches is a visual programming editor for building WebVR and WebGL experiences.
http://patches.vizor.io
MIT License
205 stars 44 forks source link

Graph / register dependencies should be resolved in order #163

Open kschzt opened 9 years ago

kschzt commented 9 years ago

http://create.vizor.io/kschzt/how-to-iterate-over-an-array/edit

This graph doesn't work on first play, because the object read from myData doesn't have a 'theArray' key yet.

Separate dependencies from the graph and modify Graph.update() to update nodes based on the dependency graph

kschzt commented 9 years ago

related #18