Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/particlessimulator
Simple particles simulator, extensive use of vanilla js & canvas
https://github.com/inwebo/particlessimulator
Last synced: about 2 months ago
JSON representation
Simple particles simulator, extensive use of vanilla js & canvas
- Host: GitHub
- URL: https://github.com/inwebo/particlessimulator
- Owner: inwebo
- License: gpl-2.0
- Created: 2015-02-22T21:02:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T22:06:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-14T00:35:21.267Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://inwebo.github.io/ParticlesSimulator/
- Size: 2.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particles Simulator
* https://spicyyoghurt.com/tutorials/html5-javascript-game-development/collision-detection-physics
* http://buildnewgames.com/simulating-natural-systems/
* https://natureofcode.com/book/
* https://html.spec.whatwg.org/multipage/canvas.html#transformations## @todo
```ecmascript 6
// isomorgic
this.getCtx().transform( 1, 0.5,
-1, 0.5,
160, 0 );```