kruci: Post-mortem of a UI library
18 points by eBPF
18 points by eBPF
I’ve been wanting a pure layout library, i.e. something that doesn’t try to render to a screen, just combines widgets and returns a multiline string of the specified width. wonder if it’s worth going the route the author took with widget trees or just working through getting it done via ratatui.