Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metasoarous/odum

Program for running simulations on Odum graphs
https://github.com/metasoarous/odum

clojurescript datascript ecology ecology-modelling

Last synced: 24 days ago
JSON representation

Program for running simulations on Odum graphs

Awesome Lists containing this project

README

        

# odum

This is a tool for designing and analyzing Odum Diagrams (or graphs/networks).
See .

## Usage

Execute `lein repl` and when that finishes booting execute `(run)` from the REPL.
You should get some data loading on the client when you hit .

You should see some draggable nodes on an svg canvas.
When you click on the text, it will bring down a little form for editing the information for a node.

From there:
* check out `src/cljc/odum/db.cljc`, which has the db schema and default database, as well as some energy flow
simultation.
* then look at `src/cljs/odum/app.cljs`, which has the view code.
* have fun!

## Notes

This app was built using various parts of [Datsys](https://github.com/metasoarous/datsys).