imgui-editor icon indicating copy to clipboard operation
imgui-editor copied to clipboard

No-code UI creating software for ImGui. Create an interface for your application with the convenience of Figma and the functionality of Photoshop.

Results 7 imgui-editor issues
Sort by recently updated
recently updated
newest added

I did a clone of this repo, used CMake to generate build files, and after opening and running with VS the solution file it created, It would not compile due...

bug

## Describe the bug Шрифт умер - Symbol (TrueType) ### Steps to reproduce Выбрал шрифт ### Environment - OS: Win 10 (22H2) ### Additional context После выбора этого шрифта, все...

bug

## Summary A brief youtube tutorial for beginners in CMake and GoLang would be a nice feature. Doesn't need to be very in depth, just a quick video showing how...

enhancement

For dependency alerts it is helpful to have dependabot, this way a PR gets opened each time a dependency is updated this keeps all dependencies up2date. CodeQL will analyze the...

As the title suggests add support for linux, this requires removing all dependencies to windows and #ifdef any code that needs porting.

To be able to test functionality of the windows and soon linux binary, it is mandatory to have github workflows for compiling the project under windows and linux. Background: I'm...

# change ImGui::End() to ImGui::EndChild() ## **Description** in modals.cpp void modalManager::Instance() we must use ImGui::EndChild() to match ImGui::BeginChild("MODAL_CONTENT",...)