Creative Coding 002Sketching Environment
Summary
- Setting up sketching environment with canvas-sketch and two simple sketches.
 - Introduction to canvas-sketch: drawing rectangles with parameters, and simple animated sketch
 - Setup with 
npm install canvas-sketch-cli -gandnpm install canvas-sketch-util Ctrl-Sto save frame,Ctrl-Shift-Sto save animation- To start a new sketch: 
canvas-sketch my_new_sketch --new --open - To open a sketch with output directory: 
canvas-sketch sketch-01 --open --output=output - To open a sketch with output to animated gif: 
canvas-sketch sketch-02 --open --output=output --stream=gif 
Loading...
Loading...
Back to Hello World
Back to Creative Coding
Continue with Rectangles and Arcs