-
I'm trying to update imgui to 1.89.4 manually, and noticed that ImGuiModFlags has duplicate definition which will break the build.
I did a quick check about gencpp.go and didn't get luck.
@gucio…
-
I generated lua tables for enums with cimgui and
https://github.com/cimgui/cimgui/blob/master/generator/output/structs_and_enums.lua doesn't include the comments. I did something like this:
```
…
-
-
The `cimgui` shipped with the `ImGui.NET` package is sadly not thread safe (the current internal context is a static field). Did a quick test and it crashed badly.
To make it thread safe we need to c…
-
Hi Omar,
Could bindings page be updated to reflect that there is now a imgui.love LuaJIT module?
Thanks
-
Hi!
I started working on a bindgen for Rust today that I'm basing on the current bindgen scripts, especially looking at `bindgen/gen_zig.py`
Rust is low-level enough to be similair to C in many as…
-
**Version/Branch of Dear ImGui:**
Version: 1.89
Branch: docking
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: MSVC
Operating System: W…
-
Relating to issue #5.
I have used this plugin for a few weeks and it has been a great help in overcoming the dated UI elements of FFXI.
I use the crossbars palette feature often which means some…
-
[imgui_test_engine](https://github.com/ocornut/imgui_test_engine) is a library for writing automated UI tests for ImGui applications.
Would it be within the scope of this project to provide dotnet …
-
Hi, cool project!
Can you please post clear macOS build instructions?