Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joefreeman/traffic

A traffic simulation.
https://github.com/joefreeman/traffic

Last synced: about 2 months ago
JSON representation

A traffic simulation.

Awesome Lists containing this project

README

        

# Traffic

A traffic simulation.

The simulation is run on the server, with events being streamed to the client. This means that the same simulation can be viewed by multiple clients at the same time.

Uses [Clojure](http://clojure.org), [HTTP Kit](http://http-kit.org), [Backbone](http://backbonejs.org/), [KineticJS](http://kineticjs.com/).

![Screenshot](screenshot.png)

## Usage

Install [leiningen](http://leiningen.org/).

$ lein run

Point your browser to http://localhost:3000/static/index.html. Click and drag to draw/erase roads. Click on the roads to add vehicles.