Pascal Thomet
Pascal Thomet
The demo on the website uses the C++ code. There might be a small difference in the implementations between Python and C++, you are right. I will leave this issue...
FYI, I just added this [wiki page summarizing how to implement idling outside of imGui](https://github.com/ocornut/imgui/wiki/Implementing-Power-Save,-aka-Idling-outside-of-ImGui). I don't know if wiki pages changes trigger a ping on your side.
We could also think of an alternative implementation, albeit more controversial by introducing a new struct `EmVec2` that could be implicitly transformed into `ImVec2`. Not sure it is a good...
Hello thanks for contacting me. Of course, I am interested in a PR. immvision already supports float matrices. As far as raw data is concerned, I don’t know but would...
Hi, Looking at https://learn.microsoft.com/en-us/typography/opentype/spec/cbdt , we see: > Images for each individual glyph may be stored as straight PNG data, as specified in ISO/IEC 15948. Only the following chunks are...
And as far as your specific font is concerned, you would need to enable PNG support in freetype. I'm not sure it will be enough, though. I failed displaying glyphs...
I'm also using a Mac M1. What I see is that 1/ when the window is borderless everything is repainted when you resize the window. 2/ When it is not...
https://stackoverflow.com/questions/45880238/how-to-draw-while-resizing-glfw-window
Hello, I did a change for this in the repo. It was not that easy, since Glfw and SDL handle this in different ways, and this is far from the...
Hmm, thanks for letting me know ! This is a serious issue and it also fails, under Linux. I had to disable it for the moment: It failed hard under...