pyotruk / canvas-trams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Berlin Trams

JS-canvas application that imitates moving of trams on different routes with crossroad. Trams pass through crossroad depending on its priority. Tram`s priority defined by number of passengers.

How to run

  1. nvm install 11
  2. npm i -g gulp-cli
  3. npm i
  4. gulp
  5. open index.html in browser

TODO

  • Try WebWorkers (BUT they don't have thread priority API).
  • Try using dedicated pole-less polar coordinate system for each tram. The trick is to use polar system with pole is placed in the first stop of the route. Pros: we can throw out complicated pole-passing logic. Cons: we have to make additional coordinates conversion for each tram.

About


Languages

Language:JavaScript 94.2%Language:CSS 3.5%Language:HTML 2.3%