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

https://github.com/caged/genart-sketches

Generative art sketches.
https://github.com/caged/genart-sketches

Last synced: over 1 year ago
JSON representation

Generative art sketches.

Awesome Lists containing this project

README

          

Generative art sketches and various prototypes.

```sh
// Bootstrap project
npm install

// Run a specific sketch
npx canvas-sketch sketches/grid-of-grids.js

// Generate an MP4 from a set of frames
npx canvas-sketch-mp4 dir-of-frames
```