jeffreyguenther / shiro

Shiro - a declarative, dataflow programming language for exploring alternatives
MIT License
16 stars 2 forks source link

Make graphs realtime #40

Open jeffreyguenther opened 9 years ago

jeffreyguenther commented 9 years ago

Graphs are currently evaluated by iterating over a list of topologically sorted functions. Instead, we can use listeners to evaluate the graph as changes are made. With this change it will be possible create functions that receive mouse position change events or realtime data, and have the graph fire.

dumblob commented 11 months ago

Any news on this?