Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/poisson-disk
Generative image made of dots.
https://github.com/guillaume-gomez/poisson-disk
canvas generative-art javascript poisson-distribution
Last synced: 24 days ago
JSON representation
Generative image made of dots.
- Host: GitHub
- URL: https://github.com/guillaume-gomez/poisson-disk
- Owner: guillaume-gomez
- Created: 2018-03-16T08:58:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T16:21:23.000Z (8 months ago)
- Last Synced: 2024-10-03T12:27:51.815Z (about 1 month ago)
- Topics: canvas, generative-art, javascript, poisson-distribution
- Language: JavaScript
- Homepage: https://guillaume-gomez.github.io/poisson-disk/
- Size: 16.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![preview](examples/screenshot.png)
## Try online
[website](https://guillaume-gomez.github.io/poisson-disk/)## samples
![example-1](examples/example-1)
![example-2](examples/example-2)
![example-3](examples/example-3)## Run locally
```
yarn
yarn dev```
Open the file index.html by clicking on it or on command line. (ie on brave `brave-browser index.html`)