JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
716 stars 116 forks source link

Online execution/interaction of ABMs using some web-server and WGLMakie #469

Open Datseris opened 3 years ago

Datseris commented 3 years ago

NetLogo has a really neat feature: http://www.netlogoweb.org/

Would be really nice if we can have something here as well. Definitely sounds like large task, but I believe Julia has the resources to do it, and we have a large part of the source code written.

Already the exploratory interactive application can be used verbatim. What remains is how to serve it and visualize it online (the visualization part is already take ncare of by WGLMakie.jl)

Libbum commented 2 years ago

https://mybinder.org/ can run Pluto notebooks.

Less of a barrier for us than hosting something directly, perhaps an avenue to explore?