https://github.com/lucaangioloni/verlet
Verlet Integration simulation with P5.js. Demo here: https://lucaangioloni.github.io/verlet/
https://github.com/lucaangioloni/verlet
interactive p5js phisics simulation verlet verlet-integration
Last synced: 7 months ago
JSON representation
Verlet Integration simulation with P5.js. Demo here: https://lucaangioloni.github.io/verlet/
- Host: GitHub
- URL: https://github.com/lucaangioloni/verlet
- Owner: LucaAngioloni
- License: mit
- Created: 2021-08-30T17:48:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T22:10:40.000Z (over 4 years ago)
- Last Synced: 2025-04-23T18:47:31.424Z (10 months ago)
- Topics: interactive, p5js, phisics, simulation, verlet, verlet-integration
- Language: JavaScript
- Homepage: https://lucaangioloni.github.io/verlet/
- Size: 770 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Verlet
Verlet Integration simulation with P5.js
## Instructions
- Mouse click => create point
- Mouse click + Shift Key => create locked point
- Mouse drag => connect points
- Mouse drag + Shift Key => cut connections
- Press 's' => Start simulation
- Press 'r': Reset simulation
## Demo
A demo is available at: [https://lucaangioloni.github.io/verlet/](https://lucaangioloni.github.io/verlet/)
