Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/topaz1008/canvas-particle-system
- Owner: topaz1008
- License: mit
- Created: 2023-01-12T13:51:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T07:50:27.000Z (9 months ago)
- Last Synced: 2024-10-10T01:29:00.214Z (about 1 month ago)
- Topics: canvas, html5-canvas, javascript, particle-system, particles
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.