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.
- Host: GitHub
- URL: https://github.com/caged/genart-sketches
- Owner: caged
- Created: 2018-08-11T04:47:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:06.000Z (over 3 years ago)
- Last Synced: 2025-01-20T10:48:30.094Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 61.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
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
```