-
I want start to use imgui with this Python code, but there is no feedback when I run it.
`import imgui
imgui.create_context()
imgui.get_io().display_size = 100, 100
imgui.get_io().fonts.get_tex_…
-
### Version/Branch of Dear ImGui:
Version 1.90.9
### Back-ends:
no backends
### Compiler, OS:
ubuntu 20.04 + gcc 9.4.0
### Full config/build information:
_No response_
### Details:
I want the…
-
Just did a fresh clone and run. Seem to get the following error when running a sample:
```aking@gem:~/projects/sokol/sokol-samples$ ./fips run imgui-glfw
=== run 'imgui-glfw' (config: osx-xcode-d…
aking updated
4 years ago
-
### Launcher Version
1.1.7.1
### Device Information
Asus ROG Phone 6,
### Problem Description
I cant launch Labby Mod Client
### Java
Java 17
### Renderer
VirGL Renderer
### Game Version
1…
-
Hi,
Maybe you can help with using teh Cmake file on Linux:
https://github.com/morizotter/imgui-opengl-glfw-glew-cmake-demo/issues/3
Thanks.
ghost updated
7 years ago
-
I'm using imgui via pyimgui and GLFW.
How do I scale the entire GUI?
I need to support high DPI displays. I can easily get a scale factor from GLFW, but I can't figure out how to apply the scale…
-
I found your post about this program in the pyimgui issues, and want to use it as a basis for developing my own GUI (for a very different program :p).
I am on Windows 10, and have a High DPI scree…
-
Just tried to build with today's git head of imgui/implot/implot_demos with gcc 10.3.0 and see:
```
[ 92%] Building CXX object CMakeFiles/app.dir/common/Fonts/RobotoItalic.cpp.o
/usr/src/local/impl…
prlw1 updated
2 months ago
-
The way I think cimgui should be used is not by creating your own backend implementations but taking profit for those provided by imgui itself. (look at: https://github.com/ocornut/imgui/blob/master/d…
-
Hi everyone.
I'm trying to create my own game engine using ImGui. I programmed in such a way that i can choose which API I can use to render the scene, I can choose between Directx 11 and Opengl, but…