0.0.15 • Published 4 years ago

organelle v0.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Organelle

Build Status Package version

An agent-based modeling library based on SVG and declarative rules.

Installation

Organelle can be used both as a library installed with NPM, or by including the script file directly.

NPM

npm install organelle
import * as Organelle from 'organelle'
// or
var Organelle = require('organelle')

Organelle.createModel({...})

Script

<script src="https://organelle.concord.org/organelle.js"></script>
// or
<script src="https://organelle.concord.org/version/0.0.1/organelle.js"></script>
<script>
  var Organelle = window.Organelle
</script>

Developer setup

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

Goals for 1.0 release:

  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
0.0.14

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.12

5 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago