A minimal example project using the Dear ImGui library to create a simple graphical user interface. Dear-ImGui-Tool/ ├── CMakeLists.txt # CMake build configuration ├── main.cpp # Main program file ├── ...
MoonBit bindings for Dear ImGui on the native backend. The top-level moonbit-community/imgui package provides a scoped API for building immediate-mode UI from MoonBit. It is designed for application ...