-
Notifications
You must be signed in to change notification settings - Fork 67
Getting Started with Dwitter
Paul "Joey" Clark edited this page Jul 15, 2020
·
5 revisions
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
Once you have drawn something, you can start thinking about how to make the code fit inside 140 characters...
-
Xen's Basic Dwitter Guide on Reddit can walk you through creating your first dweet
-
yonatan's chalice walkthrough will show you how an impressive dweet was created step-by-step
-
More golfing tips on this wiki to help you compress your code to fit