This repository includes the full source-code of the Unity3D project developed during my master thesis. More information on the thesis can be found on my blog.
The Unity project was tested and developed for use on Mac OS and Windows. Ready-to-run executables, including some demonstration-data can be downloaded from the releases-section.
The software takes simulation-data (in this implementation from a text-file) and geometry-data and creates a 3D visualization in real-time. Moreover, it offers tools to analyze trajectories, density, population and speed, create measuring lines and drawing fundamental diagrams.
The software is licensed under the MIT license. If this software is used anywhere, I would be more than curios to know and will be happy to help with any problems!
My thesis "Post-visualization of pedestrian simulation data using a game-engine" was written in 2014 at Technische Universität München. The full PDF-file can be downloaded here (German). And includes the following chapters:
- Einführung
- Vorhersage von menschlichem Verhalten
- Fußgängerforschung als interdisziplinäres Forschungsfeld
- Motivation und Ziele der Arbeit
- Fußgängersimulation
- Modellierungsebenen bei der Fußgängersimulation
- Modellierungsmethoden zur Fußgängersimulation
- Aufzeichnung realer Daten
- ParameterundMessgrößenfürSimulationen
- Bestehende Systeme zur Post-Visualiserung
- Implementierung einer Post-Visualisierung für Fußgängersimulationsdaten
- Neuimplementierung von SumoViz3D
- Nutzung von Game-Engines für wissenschaftliche Visualisierungen
- VerwandteArbeiten
- Implementierung der Visualisierung auf Basis einer Game-Engine
- ImportderSimulationsergebnisse
- DarstellungderGeometrie
- SteuerungdesVisualisierung
- DarstellungderFußgänger
- Implementierung der Analysewerkzeuge
- Ausblick und Fazit
- Vergleich zur Bachelorarbeit
- Möglichkeiten der Weiterentwicklung
- Fazit
This work builds upon my Bachelor's thesis on WebGL-based post-visualization, which can be found here.