-
**Host Environment**
- OS: Ubuntu 22.04
- Compiler: GCC 11.2.0
**To Reproduce**
Steps to reproduce the behavior:
- Configure the [project](https://github.com/wutipong/font-render-tester) with v…
-
Initially i ran into PyGLM failing to install but after seeing it's apparently only used in one imgui-bundle demo, i tried removing it from setup.py but now building wheels for imgui-bundle fails.
(m…
-
In the style guidelines, here is the convention for enum
```
namespace igl
{
enum SolverStatus
{
// Good
SOLVER_STATUS_CONVERGED = 0,
// OK
SOLVER_STATUS_MAX_ITER = 1,
…
-
Hi,
thank you for the great tool.
I have installed the tool according to the readme, but the visualization window does not appear without fatal errors. I browsed the issues, the closest to mine is …
-
For commercial apps what is the cost?
-
**Version/Branch of Dear ImGui:**
1.61
**Back-end/Renderer/OS:**
glfw
windows 7
**My Issue/Question:**
the imgui mouse wheel scroll seems diable when I use `glfwSetScrollCallback()`…
-
Jokolay was imagined as a linux native port (cross platform technically) of Taco, primarily intended to be used by RolePlayers to enable them to create custom "Quests" and other players being able to …
-
I have built linux Desktop Emulator:
```bash
git clone https://github.com/vircon32/ComputerSoftware.git
cd ComputerSoftware/DesktopEmulator
mkdir build && cd build
cmake ..
cmake --build .
``…
-
Hi,
I am currently writing an Imgui binding generator for Zig programing language based on the cimgui/cimgui generator. Because I am stucked in an incomfortable situation I rencently opened [this i…
-
Hi,
I am currently writing an Imgui binding generator for Zig programing language. It is currently based on the cimgui/cimgui repository to generate C files. Because I am stucked in an uncomfortabl…