gjaeger / jpseditor

Editor for the goemetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C++ 98.7%Language:C 0.8%Language:CMake 0.3%Language:QMake 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%Language:Ruby 0.0%