|
|
|
|
|
by graypegg
705 days ago
|
|
Interesting concept! It does remind me of the observables somewhat, where nodes are functions, which accept data coming in from events, which it transforms, and then chooses to emit new values or not. This flips that, so nodes are data, which accept functions from events, it applies that function to itself, then decides to propagate that event onwards or not. I like it! That model works really well for this sort of visual programming demoed in the infinite canvas stuff. |
|