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 bea50f2 commit edf4d5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ In addition to the gravitational forces, this simulation also models collisions

The simulation can run in real-time as it utilizes WebGL for image rendering, resulting in an image that closely resembles a lava lamp. It can be used as a screensaver or wallpaper. However, if you desire a more complex simulation, you can modify the simulation settings (the button is located in the lower-right corner) and increase the particle count or make other parameter changes.

Demo: [link](https://dra1ex.github.io/physics-js/examples/gravity/)
### Links:
- 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&restitution=0.9&gravity=110&w_scale=400)

## Examples

Expand Down

0 comments on commit edf4d5d

Please sign in to comment.