An agent-based modeling library based on SVG and declarative rules.
npm install organelleAn agent-based modeling library based on SVG and declarative rules.
Organelle can be used both as a library installed with NPM, or by including the script file directly.
```
npm install organelle
`js
import * as Organelle from 'organelle'
// or
var Organelle = require('organelle')
Organelle.createModel({...})
`
`html``
// or
yarn
npm start
// view the contents of /lib in your browser.
// e.g. using live-server, in another tab:
npm install -g live-server
live-server lib
1. Replace rendering with Fabric.js ✓
2. Build as both importable library and as a global variable ✓
3. Improve documentation
4. Add tests for agent tasks and world props