Hey everyone! I just released v0.1.0 of ZigZag, a TUI framework inspired by Go’s Bubble Tea and Lipgloss.
I built this because I wanted a nice way to build terminal UIs in Zig without reaching for C libraries or bindings.
Features:
-
Elm-inspired architecture (Model-View-Update)
-
Flexbox-like layouts
-
Styling (colors, borders, padding, etc.)
-
Input handling
Repo: https://github.com/meszmate/zigzag
Still early days, feedback and contributions welcome!