-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |