ggerganov / imtui

ImTui: Immediate Mode Text-based User Interface C++ Library
https://imtui.ggerganov.com
MIT License
2.94k stars 123 forks source link

Missing ImGUI controls #28

Open afshinpir opened 3 years ago

afshinpir commented 3 years ago

Some controls are not rendered correctly in ImTUI. Here are some some obvious ones:

I wish you could add support for these controls too. I guess the problem comes from how these elements are rendered.

dufferzafar commented 2 years ago

Also, I think context menus seem to be missing as well!

davidchisnall commented 2 years ago

The highlight for selected controls (if you enable keyboard navigation) is also probably not correct. It renders a two-character-wide box around the control, which causes a lot of visual corruption in the example.