Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivangael/crowd-move-simulation

Crowd move simulation in python
https://github.com/ivangael/crowd-move-simulation

matplotlib numpy python simulation

Last synced: 7 days ago
JSON representation

Crowd move simulation in python

Awesome Lists containing this project

README

        

Crowd move simulation

## Simulation 1

![Simulation1](demos/simul1.gif)

## Simulation 2 (obstacle avoidance and goal-seeking)
- Agents avoid obstacles in their path.
- Agents have different types of goals (e.g., avoiding certain areas, seeking specific locations).

![Simulation2](demos/simul2.gif)

## Simulation 3 (dynamic destinations for agents)
destinations for agents are updated every 100 steps

![Simulation3](demos/simul3.gif)

## Simulation 4 (collision avoiding with other agents)

![Simulation4](demos/simul4.gif)