Skip to content

JuPedSim/jpsvis-online-ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPSvis Online

Visualization and analysis of geometry and trajectory data from JuPedSim in 3d in a web browser.

TOC

Background

Motivation

Objective

Installation

Download

This project is hosted on Github.

As the program is still under development and is extended continuously, we advice you to use the latest sources from our GitHub repository. Using a command line client the following command should work:

git clone --recursive https://github.com/sainho93/jpsvis-online-ts/

Set-up

JPSvis Online is written in Python (Python3) for server and TypeScript for frontend.

To get going, we recommend setting up a Python virtual environment via [virtualenv](https://pypi.org/project /virtualenv/):

python -m venv $name_of_virtual_environment
source $name_of_virtual_environment/bin/activate

Then install both Python and JS dependencies:

pip3 install -r requirements.txt
yarn

Now the JPSvis Online is ready to use

Usage

To open the JPSvis Online in a web browser, Build the client-side JavaScript bundle at first:

yarn webpack

Then run the server:

python ./src/server/server.py

Visit http://localhost:8080/ to run

Maintainers

Contributing

Feel free to dive in! Open an issue or submit PRs.

JPSvis Online follows the Contributor Covenant Code of Conduct.

License

GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.3%
  • JavaScript 26.3%
  • Python 9.3%
  • CSS 6.6%
  • HTML 0.5%