BilHim / trafficSimulator

A microscopic traffic simulation in Python
MIT License
363 stars 132 forks source link

Improve road paths #7

Closed BilHim closed 3 years ago

BilHim commented 3 years ago

Use SVG-style path syntax for roads, instead of a list of points.

This requires a module that can:

BilHim commented 3 years ago

Implemented in the rewrite branch.