Skip to content

Getting Started with Dwitter

Paul "Joey" Clark edited this page Jul 15, 2020 · 5 revisions

Canvas

If you are completely new to drawing on canvas with Javascript, then you might like to read some of the tutorials on this site: https://generativeartistry.com/tutorials/cubic-disarray/

You can find a complete reference for the canvas context (what dwitter calls x) here: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D

Dwitter

Once you have drawn something, you can start thinking about how to make the code fit inside 140 characters...