package
0.0.0-20240729032619-48aa4a75b89d
Repository: https://github.com/pevans/erc.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewFont returns a new font in which each glyph will have dimensions based on the given width and height.
NewFrameBuffer returns a new frame buffer that contains a set of logical rows and columns.
# Variables
Screen is the frame buffer which tracks the state of the main emulator screen.
# Structs
A Font is a bitmapped font which can represent glyphs, or renderings of a single character, as FrameBuffers that can then be blitted onto a larger FrameBuffer.
A FrameBuffer is a set of cells which contain color information.
# Interfaces
A FrameFilter is some device which, given a specific cell, can return a filtered color.
A FrameManager is something which can manage a graphics frame, which is a two-dimensional set of rows and columns (composed of "cells") that contain color information.