ncase / loopy

A tool for thinking in systems
http://ncase.me/loopy/
Creative Commons Zero v1.0 Universal
1.62k stars 212 forks source link

delay #12

Open coderofsalvation opened 7 years ago

coderofsalvation commented 7 years ago

Hi,

First of all: awesome KiSS tool.

I've been tinkering with some system dynamics tools (like insightmaker,mentalmodeler, imodeler). I noticed that these diagrams contain thresholds (i saw a PR of that? awesome), and delays.

My question: is this easy to implement (is the graph synchronous or async?).

serra commented 7 years ago

fwiw I noticed that if you draw a longer edge, the signal needs more time to travel the edge. Not quite a delay but perhaps something you can use in your models; see for example http://www.serraict.com/thoughts/2017/06/26/loopy-tips-and-tricks.

1000i100 commented 4 years ago

i introduce some in #20 including delay, but perhaps not with the same usage as yours.

you can try it here : https://1000i100.github.io/loopy/v1.1/ and import your system (not breaking any compatibility)