Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```