This is a WebGL-based post-visualization of pedestrian simulation data. The results of a simulation (including geometry and pedestrian space-time-coordinates) are displayed in a fully interactive 3D-space which can be manipulated by the viewer.
This is part of my bachelor thesis at TU München which was submitted on September 17, 2012. It was created upon Mustafa K. Isik's master thesis on "HTML5-based Visualization of Pedestrian Simulation Data".
Server-side (not included):
- CouchDB for storing and processing simulation data
- node.js for data-import and delivery
Client-side:
- THREE.js WebGL library
- jQuery
- jQuery UI
- jQuery miniColors
- FileSaver.js
- several THREEx-plugins
Kudos to all these developers!