An open API service indexing awesome lists of open source software.

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/

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/)

![verlet_gif](imgs/verlet_gif.gif)