Bio4Res / pedestrian-evacuation-simulator-environment

Generic definition of a crowd environment for simulation purposes

Home Page:http://bio4res.lcc.uma.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pedestrian-evacuation-simulator-environment

Classes for representing and manipulating environments from which an evacuation is to be performed. Supports reading and writing environments in JSON format.

Carlos Cotta, Pepe Gallardo, 2023

Requirements

Requires JDK 17 or higher. See also pom.xml for dependencies.

Usage

If you are using Maven, the following dependency can be added to your project:

    <dependency>
    	<groupId>es.uma.lcc.caesium</groupId>
    	<artifactId>pedestrian-evacuation-simulator-environment</artifactId>
  	<version>1.0.0</version>
    </dependency>

About

Generic definition of a crowd environment for simulation purposes

http://bio4res.lcc.uma.es


Languages

Language:Java 100.0%