https://github.com/avin/sketches
Experiments of generative-art and creative coding
https://github.com/avin/sketches
algorithm-visualization drawing genart generative-art geometry
Last synced: 8 months ago
JSON representation
Experiments of generative-art and creative coding
- Host: GitHub
- URL: https://github.com/avin/sketches
- Owner: avin
- Created: 2019-02-18T19:33:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:40:47.000Z (about 3 years ago)
- Last Synced: 2023-02-26T16:32:07.704Z (almost 3 years ago)
- Topics: algorithm-visualization, drawing, genart, generative-art, geometry
- Language: JavaScript
- Homepage: https://avin.github.io/sketches/
- Size: 29 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sketches [](https://travis-ci.org/avin/sketches)
## View online
[ >> [Online sketches](https://avin.github.io/sketches/) << ]
## Install and run
Install [canvas-sketch-cli](https://github.com/mattdesl/canvas-sketch) globally first:
```
npm install canvas-sketch-cli -g
```
Run the sketch you need:
```
canvas-sketch-cli src/SKETCH_NAME.js --open
```
## More
Check out more GLSL experiments at my [shadertoy.com page](https://www.shadertoy.com/user/avin)