volkhin / RoadTrafficSimulator

Road traffic simulator and signals optimizer in CoffeeScript & HTML5

Home Page:http://volkhin.com/RoadTrafficSimulator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoadTrafficSimulator

Traffic simulator and road lights adjuster using 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 road

Or 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 artem@volkhin.com. To run simulator

git clone https://github.com/volkhin/RoadTrafficSimulator
cd RoadTrafficSimulator
npm install

And open index.html in your browser. Use gulp to rebuild project.

Stories in Ready

About

Road traffic simulator and signals optimizer in CoffeeScript & HTML5

http://volkhin.com/RoadTrafficSimulator/

License:MIT License


Languages

Language:JavaScript 67.5%Language:HTML 26.2%Language:CoffeeScript 6.1%Language:CSS 0.2%