backspaces / agentscript

An Agent Based Modeling system (ABM)
http://backspaces.github.io/agentscript/
GNU General Public License v3.0
106 stars 14 forks source link

Remove auto-tick stunt, replacing with Proxy's or similar #85

Closed backspaces closed 1 year ago

backspaces commented 1 year ago

Uas one of the reactive patterns from: https://frontendmasters.com/blog/vanilla-javascript-reactivity/ ..to auto-tick the step function in Model. The current trick is ugly and causes confusion when debugging

backspaces commented 1 year ago

Moved to be Proxy based. Works and is way more standard.