Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasarbright/runge-kutta
runge kutta integrator
https://github.com/quasarbright/runge-kutta
Last synced: 19 days ago
JSON representation
runge kutta integrator
- Host: GitHub
- URL: https://github.com/quasarbright/runge-kutta
- Owner: quasarbright
- Created: 2024-12-23T18:16:23.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2024-12-23T18:17:49.000Z (28 days ago)
- Last Synced: 2024-12-23T19:26:34.345Z (28 days ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-wave
wave physics simulator to demonstrate wave phenomena like diffraction and double slit interference. the wave is just a bunch of balls attached to each other via springs. There are walls, which don't move and are not attached to balls, screens, which are just balls shaped like tall sticks, and controlled balls, which move according to some function, rather than the physics.
## install
```sh
npm i
```## run locally
```sh
npx vite
```