Hacker News new | ask | show | jobs
by lainproliant 2373 days ago
In general your imtui library looks really nice. I may have to consider it for some future projects!
1 comments

Thanks! FYI, underneath ImTui, it's 99% the Dear ImGui library [0] - ImTui is basically just a textual output wrapper.

[0] https://github.com/ocornut/imgui

Wonderful. Very solid engineering here, using the right tool for the job.