I was under the impression that termbox/2 has some simple widgets, like a 
scrollable table, seeing <https://github.com/dom96/deauther> made with it. But 
it seems it draws everything manually, and for that I could use the already 
existing nim lib illwill. So I can scratch the temrboxes from the list of 
candidates, my project idea is a bit too complex to be drawing everything by 
hand. And also counter productive to reinvent the wheel, as a principle.

So I'd like to know if some c++ people can maybe wrap one of those projects 
mentioned above, or maybe we should find a good candidate to be ported to nim, 
from a similar language that doesn't make heavy use of classes ? Like rust or 
go. 

Reply via email to