https://github.com/micnil/js-particle-system
Demo:
https://github.com/micnil/js-particle-system
Last synced: 10 days ago
JSON representation
Demo:
- Host: GitHub
- URL: https://github.com/micnil/js-particle-system
- Owner: micnil
- Created: 2014-03-25T23:10:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T21:23:42.000Z (about 6 years ago)
- Last Synced: 2025-02-16T20:33:40.666Z (3 months ago)
- Language: JavaScript
- Homepage: https://nilsson.dev/JS-Particle-System/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A javascript particle system.
demo:
michaelnilsson.me/JS-Particle-Systemthe class hierarchy is as follows:
CanvasManager
|
ParticleSystem
| | |
ForceField Particle Emitter
main() initialized the simulation and
is run on window.loadopen index.html in a modern browser to start.
An external fps indicator is used.