This is the repository for a tool that I'm developing to show NetLogo models hosted on GitHub from within NetLogo.
I will eventually turn the tool into a proper NetLogo plugin and host it here, but it is currently being developed inside a fork of NetLogo at https://github.com/nicolaspayette/NetLogo/tree/online-models.
To try it, from a bash terminal:
git clone -b online-models https://github.com/nicolaspayette/NetLogo.git
cd NetLogo
git submodule update --init
./sbt netlogo/run
You will need an OAuth2 "personal access token" to identify yourself to GitHub when using the tool. You can get one at https://github.com/settings/tokens.
I gave a talk about this at SSC2018. Here are:
Here is what the dialog looks like: