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

https://github.com/ejfox/art


https://github.com/ejfox/art

Last synced: 9 months ago
JSON representation

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.