Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 527 Bytes

mibu

mibu is pure Zig library for low-level terminal manipulation.

Minimum zig version is 2024.1.0-mach. See machengine.org/about/nominated-zig

Features

  • Allocation free.
  • UTF-8 support.
  • Style (bold, italic, underline, etc).
  • Raw mode.
  • 8-16 colors.
  • True Color (24-bit RGB).
  • Cursor controls.
  • Clear(Erase) functions.
  • Key events.

Getting Started

See the examples directory

TODO

  • Support mouse events
  • Support more keys events