Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volkhin/RoadTrafficSimulator
Road traffic simulator and signals optimizer in CoffeeScript & HTML5
https://github.com/volkhin/RoadTrafficSimulator
simulator visualization
Last synced: 3 months ago
JSON representation
Road traffic simulator and signals optimizer in CoffeeScript & HTML5
- Host: GitHub
- URL: https://github.com/volkhin/RoadTrafficSimulator
- Owner: volkhin
- License: mit
- Created: 2014-05-31T23:34:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T00:29:10.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T00:55:01.906Z (6 months ago)
- Topics: simulator, visualization
- Language: JavaScript
- Homepage: http://volkhin.com/RoadTrafficSimulator/
- Size: 1.06 MB
- Stars: 459
- Watchers: 33
- Forks: 150
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RoadTrafficSimulator
Traffic simulator and road lights adjuster using
[Intelligent Driver Model](https://en.wikipedia.org/wiki/Intelligent_driver_model)
and lane-changing model MOBIL. Written in CoffeeScript and HTML5.Currently it provides only simulator with visualizer but in future releases
traffic lights optimizer will be added to construct best possible schedule and
avoid traffic jams.## Demo
http://volkhin.com/RoadTrafficSimulator* Mouse and wheel - scrolling and zoom
* shift + click -- create intersection
* shift + drag from one intersection to another -- create roadOr just press generateMap in control panel and add cars with carsNumber slider.
## Contributing
Feel free to send pull requests and create bug reports/reature requests using
issues. Or just send me your feedback to [email protected].
To run simulatorgit clone https://github.com/volkhin/RoadTrafficSimulator
cd RoadTrafficSimulator
npm installAnd open index.html in your browser. Use **gulp** to rebuild project.
[![Stories in Ready](https://badge.waffle.io/volkhin/roadtrafficsimulator.png?label=ready&title=Ready)](https://waffle.io/volkhin/roadtrafficsimulator)