Interactive JavaScript Traffic Simulation


Summary of my bookmarked Github repositories from Aug 15th, 2017

Github repositories

  • movsim/traffic-simulation-de

    The website traffic-simulation.de provides the source code for an interactive JavaScript simulation. The simulation uses JavaScript and HTML5 to create a traffic simulation. The website provides instructions on how to run the simulation by specifying the canvas element and initializing the simulation. It also provides information on cached data and offline usage. The website's program files and structure are explained, including the use of pseudo objects in JavaScript files. The website also discusses the numerical integration process used for updating the speeds and positions of vehicles in the simulation. Graphics and drawing methods are described, as well as the functions and methods related to road elements and vehicles. Overall, traffic-simulation.de offers a detailed resource for understanding and implementing a JavaScript-based traffic simulation.