This project aims to provide easy-to-generate scribbles to do whatever with. These scribbles are based on simple algorithms, or what ever algorithm you aim to create a masterpiece from.
Heavily inspired by the work of Kjetil Golid.
Using chromotome for colors.
You need npm to run this project, which comes bundled with node.js.
Download node.js here.
After npm is installed and you've cloned this repository, run the following commands
npm install
npm run devOpen your browser at the url provided in the terminal. (It's copied to your clipboard.)
tada.
- Copy base.js
- Export in index.js
- Add your code to setup to setup the canvas
- Add your code to the draw-function your masterpiece.
- Copy torus.js
- Export in index.js
- Add your code to setup to setup the canvas
- Add your code to the draw-function your masterpiece.
??????