-
Hi, thank you for this awesome library! I am working on embed python plugins in an existing program, and try to pass the existing ImGuiContext* to pyimgui. After a look at core.pyx
```
cdef cla…
-
Hello guys, I forked this repository and I'm trying to keep updated this version with cimgui and the other libs.
I released a version with docking, HDRP, FreeType, and other things. You can check …
-
[XivAlexander_20220811_091048_877.log](https://github.com/Soreepeong/XivAlexander/files/9306423/XivAlexander_20220811_091048_877.log)
tried to reinstall and everything, this happen multiple times a…
-
Hello, I've been interested to use this library for a bit with SDL and more particularly the SDL renderer.
I came to realize that there are no wrappers for the backends so i tried porting the C++ o…
-
to reproduce:
```sh
cd ImGuizmo
git checkout master
cd ../generator
sh generator.sh
cat ../cimguizmo.h |head -n95 |tail -n1
```
will give you
```h
CIMGUI_API ]] void ImGuizmo_deprecated("…
-
Can you add ImGuizmo and ImGuiPlot to the Nuget version or show a tutorial of how to add them?
-
Is there a way to implement this with opentk both through GameWindow and GLFW?
I tried doing it the GLFW way and it won't let me cast my void pointer to your GLFWWindow class
```cs
ImGui.ImGuiI…
-
My application is crashing when moving the window from one monitor to a second one, everytime and the exact moment is goes to the second monitor.
The following error is given in the stdout :
> F…
-
I've been trying to use `immarkdown`, but something seems missing.
the `Markdown` method needs a `MarkdownConfig` object, but there's no way to create one correctly and the program just fails with a …
-
You mentioned [here](https://mellinoe.github.io/graphics/2018/10/12/imgui-net-overhaul.html) that it would be possible to build imgui.net for branches of dear imgui. Would it be possible to give some …