dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.48k stars 112 forks source link

Higher level abstractions #2680

Closed ankitkk closed 1 year ago

ankitkk commented 1 year ago

I was looking for "user" facing code for building TUIs specifically scientific plotting based on notcurses, but couldn't find anything. For example a high quality terminal backend for Imgui/Implot would be amazing. My question is if a notcurses backend for IMGUI/IMPLOT is even possible using notcurses? (there's an exiting ImTui backend, but that's not sufficient). Do you have any suggestions?

dankamongmen commented 1 year ago

i'm not intimately familiar with IMGUI/IMPLOT, but a quick look suggests it's just a canvas backend. such a thing is easily mapped to notcurses using the generic image backends. there are also specific plot ui widgets that will probably work better, if they conform to your needs.