-
First, thanks for making these bindings!
I'm hitting this compile error since ash 0.33 released. (I haven't looked into the correct fix yet, but wanted to mention it)
```
error[E0432]: unresolv…
-
After compiling and starting the excecutable via CMD, we get:
```
Traceback (most recent call last):
File "C:\Users\ADMINI~1\PYCHAR~1\NUITKA~1\APP~1.DIS\app.py", line 6, in
File "C:\Users\ADM…
-
I have to following shader:
```hlsl
[[vk::push_constant]]
struct {
float2 scale;
float2 translate;
} pushBlock;
struct imgui_vertex
{
float x, y;
float u, v;
uint rgba8Unorm;
};
…
-
Not sure where you want bugs for Axiom but I am unable to get Axiom to load on my computer, if there is a better place for this to be posted please let me know.
This is the crash report I get when …
-
Sounds an awesome project.
Are you planning to make a graphical user interface?
-
Good afternoon. I build for Windows x64. For some reason, my application freezes whenever `Imgui_Impl_glfw_opengl3` is called. Could you please tell me if there is a way to fix this? Thank you very m…
-
Confirm this library by @SergeiSomin works on every OS: https://github.com/machlibs/imgui
* [x] macOS
* [x] Linux (@alichraghi reports it working on Linux, @renerocksai reports an issue with i3 WM…
-
Hello! Thank you very much for this awesome imgui binding, it was magical seeing imgui up and running in my .net project just by simply installing a .nuget package.
I have recently switch to an arm…
-
On 84cf33bf89a2.
I'm trying to implement a status bar in my window using [this](https://github.com/ocornut/imgui/issues/3518#issuecomment-1008090905) as example. I got the following code:
```go
…
-
Package: vulkan:x64-windows-static -> 1.1.82.1#6
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.36.32535.0
- vcpkg-tool version: 2023-06-22-f19f3d9939100085fe2f7e41502d60b08e2…