Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbuckleybonanno/particle-simulation
An experiment with particles, colors and geometry:
https://github.com/sbuckleybonanno/particle-simulation
2d canvas fluids game javascript particles simulation voronoi-diagram
Last synced: 19 days ago
JSON representation
An experiment with particles, colors and geometry:
- Host: GitHub
- URL: https://github.com/sbuckleybonanno/particle-simulation
- Owner: sbuckleybonanno
- License: mit
- Created: 2017-06-15T00:40:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T07:45:53.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T16:43:52.539Z (2 months ago)
- Topics: 2d, canvas, fluids, game, javascript, particles, simulation, voronoi-diagram
- Language: JavaScript
- Homepage: http://sbuckleybonanno.com
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particle-Simulation
An experiment with particles, colors, and geometry, which you can try out [**here**](https://sbuckleybonanno.github.io/Particle-Simulation/).Inspired by [Hakim El Hattab](http://hakim.se/)'s [Bacterium Experiment](http://lab.hakim.se/bacterium/01/), and made possible thanks to [this](https://github.com/gorhill/Javascript-Voronoi) implementation of [Fortune's algorithm](https://en.wikipedia.org/wiki/Fortune%27s_algorithm).