TamboUI brings the TUI paradigms seen in things like Rust's ratatui or Go's bubbletea to the Java ecosystem. TamboUI is pronounced like "tambouille" (\tɑ̃.buj) in French, or "tan-bouy". It provides a ...
The drawing logic is platform-neutral (src/gfxterm.c) behind a small driver interface (src/gfxdrv.h), with one driver per platform: Text is rasterized once into a GPU glyph atlas and drawn as textured ...