Module P5.Core

module Core: sig .. end

Core is a wrapper module around the core p5ml modules, except for the renderers. The modules below support different renderers.


include Misc
include Math
include Config
include Color
include Key
include Shape
include Runner
module Dict: Stdlib.Map.Make(Stdlib.String)
module type Sketch = Sketch.Sketch