Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/1dwavesimulator
Simple wave simulator
https://github.com/inwebo/1dwavesimulator
Last synced: 5 days ago
JSON representation
Simple wave simulator
- Host: GitHub
- URL: https://github.com/inwebo/1dwavesimulator
- Owner: inwebo
- License: gpl-2.0
- Created: 2015-02-20T10:10:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T00:31:39.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T13:50:51.946Z (2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1D waves simulator
## Webographie
* http://html5hub.com/build-a-javascript-particle-system/
* http://www.myphysicslab.com/runge_kutta.html
* http://jsfiddle.net/bkanber/pDngH/light/
* http://vvvv.org/documentation/wave-simulation
* http://www.physicsclassroom.com/Physics-Tutorial/1-D-Kinematics
* https://stackoverflow.com/questions/19787775/make-and-animate-wave-in-canvas
* http://users.softlab.ntua.gr/~ttsiod/wavePhysics.html
* http://gamedevelopment.tutsplus.com/tutorials/make-a-splash-with-dynamic-2d-water-effects--gamedev-236
* https://en.m.wikipedia.org/wiki/Hooke%27s_law
* https://curran.github.io/HTML5Examples/canvas/waveSimulation1D/index.html
* https://en.m.wikipedia.org/wiki/Wave_equation#Investigation_by_numerical_methods
* http://burakkanber.com/blog/physics-in-javascript-car-suspension-part-1-spring-mass-damper/