Crowd simulation with Social Force Model.
mvn package
time java -jar target/crowd-simulation-1.0-SNAPSHOT-jar-with-dependencies.jar
Parameters:
- -fps, --fps <arg>: Time step for the animation.
- -h, --help: Shows this screen.
- -s, --desiredSpeed <arg>: Desired speed of pedestrians.
- -of, --outputFile <arg>: Path to the file for animation output.
- -sf, --statsFile <arg>: Path to the file to output stats.
- -p, --pedestrians <arg>: Number of pedestrians.