Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:40:47.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T16:32:07.704Z (over 1 year 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 [![Build Status](https://travis-ci.org/avin/sketches.svg?branch=master)](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)