Expand description
Video drivers and framebuffer abstraction
Provides:
- Framebuffer abstraction (Limine or VirtIO GPU)
- Basic 2D drawing primitives
- Double buffering support
Re-exports§
pub use framebuffer::Framebuffer;pub use framebuffer::FramebufferInfo;pub use framebuffer::FramebufferSource;pub use framebuffer::RgbColor;