imtui icon indicating copy to clipboard operation
imtui copied to clipboard

ImTui: Immediate Mode Text-based User Interface C++ Library

Results 16 imtui issues
Sort by recently updated
recently updated
newest added

Will there be a support for Dear ImGUI 1.82? Because when I tried to just replace libraries and **nothing** works.

enhancement

unable to build on linux following instructions in README - already installed ncurses - mkdir build - cd build - cmake .. it throws the following error, unable to find...

Horizontal scrolling for tables doesn't work. It is rendered double-width, overlayed on the last line and is not clickable/scrollable with the mouse. ![Senza titolo](https://user-images.githubusercontent.com/20129346/225251409-4a657b56-7a1b-4471-bbcb-05cba2f97360.png) Tested with the lasta ImTui commit...

I've just discovered this library and would like to rewrite my existing tui tool's codebase using it but the installation is messed up. There's no `make install` or any instructions...

![image](https://user-images.githubusercontent.com/45322657/233380644-e2f6fe07-63d9-49a4-acf9-a2ada043a035.png) ![image](https://user-images.githubusercontent.com/45322657/233380672-e61390fb-430b-4c29-8030-944dc1a011da.png)

Hello, I'm trying to use Imtui in my Cmake project, but Imtui doesn't compile. here's the error: ``` [kamil@czarnepudlo build]$ cmake .. && make -j8 -- Configuring done -- Generating...