https://github.com/lucaangioloni/random_colors
Random color dots generation using P5. Demo here: https://lucaangioloni.github.io/random_colors
https://github.com/lucaangioloni/random_colors
colors generation p5js simulation
Last synced: about 1 year ago
JSON representation
Random color dots generation using P5. Demo here: https://lucaangioloni.github.io/random_colors
- Host: GitHub
- URL: https://github.com/lucaangioloni/random_colors
- Owner: LucaAngioloni
- License: mit
- Created: 2022-02-21T22:02:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T22:27:36.000Z (over 4 years ago)
- Last Synced: 2025-02-03T11:23:37.684Z (over 1 year ago)
- Topics: colors, generation, p5js, simulation
- Language: JavaScript
- Homepage: https://lucaangioloni.github.io/random_colors
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random_colors
Random color dots generation using P5.js
The colors are generated using Perlin noise.
## Demo
A demo is available at: [https://lucaangioloni.github.io/random_colors/](https://lucaangioloni.github.io/random_colors/)