#TUI Library for Zig 0.15.1?
1 messages · Page 1 of 1 (latest)
looks like libvaxis has a 0.15 branch. did you try that? is it still a WIP?
not sure if its what you're looking for but i heard about this one recently https://github.com/c-shinkle/anyline
I was just looking for this as well, currently looking at vaxis (https://github.com/rockorager/libvaxis) and zit (https://zigistry.dev/packages/github/oswalpalash/zit/) and was hoping to hear some opinions about either of them if people had tried them. Currently it looks like Zit has a simpler API but Vaxis might potentially be better in terms of functionality, however I am not totally sure if that is actually the case or not.
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.