Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrA1ex authored Sep 30, 2023
1 parent d244733 commit 60bbe5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The simulation can run in real-time as it utilizes WebGL for image rendering, re
- 300 particles: [link](https://dra1ex.github.io/physics-js/examples/gravity/)
- 1000 particles: [link](https://dra1ex.github.io/physics-js/examples/gravity/?count=1000&min_size=40&max_size=100&friction=0&restitution=0&gravity=110&w_scale=80)
- 5000 particles: [link](https://dra1ex.github.io/physics-js/examples/gravity/?count=5000&min_size=100&max_size=200&friction=0.1&restitution=0.85&gravity=80&min_distance=100&p_scale=15&w_scale=400&tree_cnt=16)
- Debug mode: [link](https://dra1ex.github.io/physics-js/examples/gravity/?count=300&min_size=20&max_size=40&gravity=10&p_scale=2&w_scale=10&debug=true)

## Examples

Expand Down

0 comments on commit 60bbe5c

Please sign in to comment.