Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cadop authored Sep 14, 2022
1 parent 458a559 commit fa5ab6f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions exts/siborg.simulate.crowd/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Simple UI Extension Template
# Crowd Simulator

The simplest python extension example. Use it as a starting point for your extensions.
An implementation of the Social Forces crowd simulation (it may or may not be correct). There is currently no environment detection. The current implementation is in PhysX. We plan to support more methods in the future, as well as more crowd simulators. Contributions are welcome.

To use:

- Load Extension
- Enter desired number of agents (should be a square number)
- Create two Xforms or prims in the World stage with names "Goal1" and "Goal2"
- Run the "Play" button to see simulation

0 comments on commit fa5ab6f

Please sign in to comment.