JuPedSim's modules
JuPedSim comes with three loosely coupled modules:
- JPScore: The simulation core
- JPSvis: Geometry and trajectories visualization tool
- JPSreport: Implementation of different measurement methods to evaluate out of trajectories the density, the velocity and the flow.
All three modules are configured by means of xml
-files. For the time being JuPedSim
does not come yet with a GUI to control the flow of the work.
Requirements
Installation
For all three modules the compilation is fairly straightforward:
- mkdir build && cd build
- cmake ..
- make -jN (
N
is the number of your CPUs)