https://github.com/mwcz/fireflies
Tamed fireflies draw pictures for you.
https://github.com/mwcz/fireflies
particles particles-animations three-js threejs webgl
Last synced: 21 days ago
JSON representation
Tamed fireflies draw pictures for you.
- Host: GitHub
- URL: https://github.com/mwcz/fireflies
- Owner: mwcz
- License: gpl-3.0
- Created: 2017-01-06T19:16:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T16:21:46.000Z (about 2 months ago)
- Last Synced: 2025-04-22T11:52:31.687Z (29 days ago)
- Topics: particles, particles-animations, three-js, threejs, webgl
- Language: JavaScript
- Homepage: http://palebluepixel.org/static/projects/fireflies/
- Size: 1.48 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[Live demo](http://palebluepixel.org/static/projects/fireflies/)
# Fireflies
A WebGL demo of drawing shapes with drifting particles.
## Setup
npm install
## Development commands
Start a development environment with BrowserSync:
npm start
BrowserSync will automatically reload your browser when files
change. No more manual refreshing! You can open the game in multiple browsers
and they will all be refreshed together. Clicks will also be synchronized so
you can test the game in several browsers at the same time.