2018-11-08 01:34:36 -05:00
2018-11-05 19:08:46 -05:00
2018-11-05 19:02:41 -05:00
2018-11-08 01:34:36 -05:00
2018-11-05 19:08:46 -05:00
2018-11-08 01:27:26 -05:00
2018-11-07 19:50:41 -05:00
2018-11-05 19:02:41 -05:00

AgentMaps - Social Simulations on Interactive Maps

AgentMaps is a Javascript library for building and visualizing dynamic social systems on maps. It is based on the Leaflet interactive mapping library. Given a neighborhood, AgentMaps lets you quickly and easily:

  • Build units along the streets.
  • Spawn agents onto the map.
  • Schedule them to move between places on the map.
  • Change their appearance and properties.

AgentMaps lets you turn this:

into something like this:

You can install it via npm (npm install agentmaps) and bundle it yourself, or you can get a premade bundle here to include directly in a webpage. You'll need to include Leaflet separately.

Documentation

Docs for people who want to use AgentMaps are available here.

Docs for people who want to understand its internals are here.

A basic walkthrough for creating an AgentMaps simulation can be found here.

Demos

Simple: Shows all the different ways agents can travel around a map.

Plugins

IconAgents: Lets you depict agents with custom icons instead of circles.


Thank you to anyone who somehow benefits from this.

AgentMaps: Geospatial Agent-based Modeling and Simulation for JavaScript.

Description
Make social simulations on real maps! Agent-based modeling for the web.
Readme BSD-2-Clause 8.3 MiB
Languages
JavaScript 100%