Skip to content

gjaeger/jpseditor

 
 

Repository files navigation

Build StatusGitHub license

JPSeditor

JPSeditor is a graphical user interface to create the geometry of a scenario simulated by JuPedSim. It comes with set of CAD- and further tools to simplify the creation of proper xml-files incorporating information about the scenario' geometry.

Features

  • DXF Import / Export
  • Drawing and define elements for JPScore
  • CAD features
    • Grid mode
    • Object snap
    • Orthomode
    • Zooming
    • Line editing
    • Import background image
  • Tools for automatic room and door declarations
  • Inifile GUI generator

System Requirements

See Requirements.

Installing

Install from source code

The compilation is fairly straightforward:

  • Create a new directory and change to it
mkdir build && cd build
  • Run CMake to build the project
cmake .. 

cmake will check if all required libraries are installed.

  • Compile the project If the previous step terminated successfully run
make -j

Install with installer

We provide binary installer for macOS and windows platform, check the website and download installer for your platform

Support

Please open an issue using the issue-tracker

Tutorials

To highlight some features of JuPedSim we have uploaded some videos on our YouTube channel including a tutorial showing how to use the editor.

You can also find more infomations on our website

About

Editor for the goemetry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.8%
  • C 0.8%
  • CMake 0.3%
  • QMake 0.1%
  • Shell 0.0%
  • Dockerfile 0.0%