moritz-h

Results 26 comments of moritz-h

I discovered a few more things while trying to workaround this. First, a workaround using `glfwGetKeys()` to check the current key state and derive modifier bits from that will not...

@akeley98 I'm unsure if this could may lead to race conditions due to the asynchronous nature of the X11 API, you probably want the exact state right after the current...

I see no big advantages in this solution. This feels a little bit like reimplementing the compiler include path functionality. So either I need to add `-Ipath/to/imgui` or `-DIMGUIZMO_IMGUI_FOLDER=path/to/imgui` (or...

Unfortunately just defining `IMGUIZMO_IMGUI_FOLDER` does not help. When I define it without value it expands to `1`, so it will try to include `1imgui.h`. Therefore I need to explicitly use...

@Neilpang I think this fix is still valid. Is there any more work required to make this PR acceptable?

I build a quick workaround to make piwik aware of new links. Just a Directive calling `_paq.push(['enableLinkTracking']);` for all created links. (From performance view this looks bad, but i only...

I played a bit with this tool. I think the limitation is the playback speed of the Video, which is still in real time. When you play with the parameters...

Yes I get Video output in the images I write. I have a very simple test qml. Just a black Rectangle and a Video element inside, both with width and...

Updating glslang seems becoming complicated with many thing breaking. - The first issue is shaderc finding Python. Upstream version 2023.8 has support for glslang 14, but also the way how...

Reported to CMake about the FindVulkan issue: https://gitlab.kitware.com/cmake/cmake/-/issues/25583 @dg0yt May it would be practical to just add that wrapper to the `glslang` port. It could be seen as a fix...