https://github.com/ejfox/art
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ejfox/art
- Owner: ejfox
- Created: 2025-08-20T16:37:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T16:37:35.000Z (10 months ago)
- Last Synced: 2025-09-06T18:00:15.443Z (9 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Art Playground
Canvas-sketch playground for generative art experiments.
## Setup
```bash
cd ~/art
npm install
```
## Running Sketches
- `npm run perlin` - Generate perlin noise with dithering
- `npm run dev` - Run with hot reload
- `npm run sketch` - General canvas-sketch command
## Sketches
- `sketches/perlin-noise-dithered.js` - 1920x1080 monochrome perlin noise with Floyd-Steinberg dithering, glitch effects, and chromatic aberration
Generated images are saved to `output/` directory.