Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPSvis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JuPedSim
JPSvis
Wiki
getStarted
Changes
Page history
New page
Templates
Clone repository
Add Wiki for JPSvis
authored
10 years ago
by
Mohcine Chraibi
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
getStarted.markdown
+24
-0
24 additions, 0 deletions
getStarted.markdown
with
24 additions
and
0 deletions
getStarted.markdown
0 → 100644
View page @
e9371ac5
# JuPedSim's modules
JuPedSim comes with three loosely coupled modules:
1.
[
JPScore
](
jpscore
)
: The simulation core
2.
[
JPSvis
](
jpsvis
)
: Geometry and trajectories visualization tool
3.
[
JPSreport
](
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
1.
cmake
2.
g++ oder clang
3.
for JPSvis:
[
qt
](
http://qt-project.org/doc/qt-4.8/installation.html
)
and
[
vtk
](
http://www.vtk.org/VTK/resources/software.html
)
are needed.
# Installation
For all three modules the compilation is fairly straightforward:
1.
mkdir build && cd build
2.
cmake ..
3.
make -jN (
`N`
is the number of your CPUs)
This diff is collapsed.
Click to expand it.