-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing ImGui Tables demo #33
Comments
Silly me. I thought Imtui was just rendering the ImGui demo directly! 😅 I looked at the code and with so many of the imtui/examples/ncurses0/main.cpp Lines 22 to 45 in bd5a9f0
Anyway, I still feel we should update our demo to match v1.81 demo as much as possible. |
Adding initial pass of "Tables & Columns" examples
Initial pass for adding "Tables & Columns" demo is now available on master. Probably needs some more refinements for proper display in the terminal |
I had copy-pasted the code from Glad that you pushed it to master though.
Yeah. The tables don't look that good. I was going to create a separate issue for that as well! I'll list all issues that I found here:
This screenshot is from visidata - an ncurses application that i'm trying to partially recreate in C++. This is my ideal goal wrt columns. I think they just have a single character as a separator. |
Currently, Imtui seems to support Imgui v1.81 whose demo has a bunch of table related stuff, which Imtui seems to be missing.
ImGui Demo v1.81 (has lots of table related demo items):
ImTui (master) (ncurses_demo) (doesn't have majority of table related items):
The text was updated successfully, but these errors were encountered: