-
I am building a wrapper for cimgui with c-for-go and I cannot get it to build the generated code because the accessors to c-structs are wrong.
One of many (nearly 800) examples from the generated c…
-
I am curious to see where **RTTR** is used and what task are you solving with it?
Please post in which projects you are using it, closed or open source doesn't matter.
On which platform are you usin…
-
I made a C++ example that works. I want to translate it to Python 3.8 64-bit.
imgui 1.4.1
PyOpenGL 3.1.6
PySDL2 0.9.11
C++ version:
[cyrillic-imgui-sdl2-cpp.zip](https://github.com/ocornut/…
-
![Snipaste_2023-07-06_16-53-55](https://github.com/sammyfreg/netImgui/assets/5005612/23bbf77b-b5d6-4da6-81fd-e3cb1d18a2c4)
Hello,
I managed to make NetImguiServerApp running on html , but on htm…
-
I need to render MAUI inside or on top of 3D space, as well as in the form of 3D textures - widgets. Like in game engines.
Is it even possible with this project.
For example, there is Veldrid, and…
-
-
### Version/Branch of Dear ImGui:
Version 1.90.2 WIP
### Back-ends:
imgui_internal + imgui_stdlib + imgui_single_file + imgui_impl_glfw + imgui_impl_opengl3
### Compiler, OS:
Windows 10, VS2022
…
-
This issue serves as showcase for user-contributed widgets.
Please include at least:
* the name of your widget
* a screenshot of your widget in action
* a link to the repository where it can be fo…
-
are you planning to release a macOS version of the launcher?
-
Hey!
I have noticed some weird behaviour of zgui.textInput that I do not understand.
Let's say we have the following code written in C/C++:
```c
static char text[1024] = "";
static ImGuiInputText…