Skip to main content

Crate polished_graphics

Crate polished_graphics 

Source
Expand description

§Graphics Library

This module provides basic framebuffer management and drawing routines for low-level graphics output, such as in an OS kernel or bootloader. It is designed to be used in environments without a standard library (no_std).

§Modules

  • framebuffer: Framebuffer initialization and information structures.
  • drawing: Basic drawing routines (e.g., lines) using the framebuffer.

Modules§

drawing
Drawing routines for the framebuffer, such as lines and demo patterns.
framebuffer
Framebuffer initialization and information structures.