Skip to content

Releases: ninja7v/Traffic-Simulator

TS2

23 Jun 11:48
Compare
Choose a tag to compare

Traffic-Simulator - Second Release

We're excited to announce the second release of the Traffic-Simulator project! This update includes several significant improvements and new features:

  • More Vehicle Types: Added motorcycles to make the simulation more exciting.
  • Resized Map: Unzoomed the map to accommodate more vehicles and improve simulation accuracy.
  • New Icon: Introduced a new icon for the application.
  • Network Generation: Implemented the Delaunay triangulation algorithm to generate better networks.
  • Itinerary Planning: Improved itinerary planning by considering traffic to propose better routes, avoiding traffic jams, resulting in improved traffic flow.
  • Overlay Fixes: Resolved issues with vehicle and intersection overlays for a cleaner user interface.

Invisible Improvements:

  • Code Stability: Enhanced the stability of the codebase.
  • Unit Tests: Added unit tests for non-graphical functions to ensure code quality and reliability.
  • Documentation: Added comments for Doxygen.
  • License: Included an MIT license to clarify usage and contribution guidelines.

As always, there is much more to come. Stay tuned for the next release!

TS1

13 Nov 12:19
Compare
Choose a tag to compare
TS1

First release of the Traffic-Simulator project.
It contains a fully functional random network, on which the cars move smoothly.
There is a lot more to come, stay tune for the next release!