Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/topaz1008/canvas-particle-system

Emitter Based Particle System in Javascript
https://github.com/topaz1008/canvas-particle-system

canvas html5-canvas javascript particle-system particles

Last synced: about 1 month ago
JSON representation

Emitter Based Particle System in Javascript

Awesome Lists containing this project

README

        

An Extendable Emitter Based Particle System
==========================

A live demo can be found [HERE](https://topaz1008.github.io/canvas-particle-system/).

The demo has many emitter types and some more explanations about this.

Running
---------

Just open `index.html` in your browser.

TODO
---------

* Drop on-the-fly image tinting in favour of a more optimized solution.
e.g. create ~100 randomly colored sprites on app startup that can then be referenced quickly.