https://github.com/willkessler/verlet_experiments
Verlet integration experiments with a swinging arm
https://github.com/willkessler/verlet_experiments
Last synced: 8 months ago
JSON representation
Verlet integration experiments with a swinging arm
- Host: GitHub
- URL: https://github.com/willkessler/verlet_experiments
- Owner: willkessler
- License: mit
- Created: 2020-09-07T14:52:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T02:58:47.000Z (over 5 years ago)
- Last Synced: 2025-04-14T08:45:27.115Z (about 1 year ago)
- Language: Processing
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experiments with Verlet Integration
This repo allows me to experiment with Verlet Integration (vs Euler) as described for instance on [DataGenetics blog](http://datagenetics.com/blog/july22018/index.html).
Primarily these experiments are indented to inform bird simulation efforts [here](https://github.com/willkessler/springs_and_arms).
I also publish this code at Open Processing [here](https://www.openprocessing.org/sketch/955057).