module Graph:Maker
(
Graph.Graph
)
Graph
is the p5ml core module instantiated with the Graphics
renderer.
include Core
module Base:Sketch.Base
(
R
)
Base
contains default implementations of most of the Sketch
functions; use it by including it at the top of your sketch
module.