P5Asciifier | Manages a rendering pipeline for ASCII conversion, including font management, grid calculations, and ASCII renderers, which is applied to the main p5.js canvas or a selected texture. |
P5AsciifierManager | Manages the p5.asciify library by handling one or more P5Asciifier instances. |
P5AsciifyColorPalette | A 1D color palette stored in a framebuffer that is used to pass colors to shaders. |
P5AsciifyError | Simple error class, representing errors specific to p5.asciify . |
P5AsciifyFontManager | Manages the font used for the ASCII rendering pipeline and provides methods for working with the font. |
P5AsciifyGrid | Manages the grid for the ASCII rendering pipeline of an P5Asciifier instance. |