For a scientific paper I will have to write in school, I am writing a traffic simulator

@biosfood biosfood authored on 14 Dec 2022
Assets testing adjustments 1 year ago
Packages initial commit 2 years ago
ProjectSettings testing adjustments 1 year ago
.gitignore add photo mode to take pictures 1 year ago
README.md edit readme 1 year ago
screenshot.PNG add a car model for visualization 2 years ago
README.md

Traffic simulator

For school, I have to write a (pseudo-) scientific paper with the theme 'everyday physics'. I chose to focus on the topic of urban interchanges and the effects different variables might have on their effectivenes. Because a traditional experiment would be far too expensive / much work, I created this simulation to do my research.

This project was made using the unity game engine to simplify its visualization.

Usage:

From the unity editor

There are a number of buttons on the UI to edit the current road network with the pencil allowing you to create roads, the trashcan allows you to remove them and the traffic light is used to set up traffic lights in the simulation. There are also buttons to quickly save and load road networks as well as a photograph mode which lets you view the roads from directly above.

From the command line

TODO

Screenshot