ImTerm icon indicating copy to clipboard operation
ImTerm copied to clipboard

c++17 header only library implementing a terminal for imgui applications

Results 5 ImTerm issues
Sort by recently updated
recently updated
newest added

Hi there! I have working well with spdlog integrated too, but there is one big problem... I can't enter any commands. It seems like everytime I click to enter text...

bug

Hi, I am using your library in a project in combination with a framework that abstracts away window creation in Dear Imgui. My problem is, your (awesome) library creates its...

Update: Cmake to CMAKE Target 23 Fixed: Linking errors, one er two spdlog calls. Removed: #ifdef IMTERM_USE_FMT no just use fmt

when I tried to include your project into mine, I couldn't compile it since you used std::shared_ptr without including the memory header (I have no idea if it's because you...