Functor P5.Maker

module Maker: 
functor (R : Renderer.Renderer) -> sig .. end

Maker R is a p5ml core module instantiated with the renderer R. Most likely you want to use Gtkc below, which is instantiated with the GTK+/cairo2 renderer.

Parameters:
R : Renderer.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.