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

https://github.com/micnil/js-particle-system

Demo:
https://github.com/micnil/js-particle-system

Last synced: 10 days ago
JSON representation

Demo:

Awesome Lists containing this project

README

        

A javascript particle system.

demo:
michaelnilsson.me/JS-Particle-System

the class hierarchy is as follows:

CanvasManager

|

ParticleSystem

| | |

ForceField Particle Emitter

main() initialized the simulation and
is run on window.load

open index.html in a modern browser to start.

An external fps indicator is used.