#TUI Library for Zig 0.15.1?

1 messages · Page 1 of 1 (latest)

restive brook
#

Hey! I’m new to Zig and want to build a TUI app. I tried libvaxis, but it seems tied to Zig 0.14 in most examples.
Are there native Zig TUI libraries (or C wrappers) that work with Zig 0.15 / 0.15.1?

deft plover
#

looks like libvaxis has a 0.15 branch. did you try that? is it still a WIP?

tranquil bone
south flicker
# tranquil bone I was just looking for this as well, currently looking at vaxis (<https://github...

I can't speak for Zit, but I've used Vaxis successfully across a few projects. It's a very well crafted library in my opinion.

There's also now Vaxis Framework (vxfw) built on top of the library (and included with it). Vxfw offers more "batteries included" functionality to set up TUIs more quickly. I haven't tried it yet, but having looked through the code a bit, it seems as solid as the base library.