Reference
This is the place to check what the DrawBot objects and functions do. Programmers call this the Application Programming Interface, or API. Currently we're adding descriptions to the reference to match DrawBot 2.0, it is not complete.
Drawing primitives
These are the basic instructions to start drawing in DrawBot. Initially all drawing can be done by calling any of these functions. Later on there are alternatives in which you can address some of the primitives as objects with methods and attributes.
Canvas |
Shapes |
Graphics state |
Using text |
Using images |
Using Paths |
Quick Reference
A very short overview of the drawing primitives is available in the form of a script here:
quickreference.py