Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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).