Rokas Kupstys
Rokas Kupstys
I also bumped into this issue now that we moved Dear ImGui to event-based input model. A simple demo: ``` // CTRL keycode=341 scancode=37 action=1 mods=0 keycode=341 scancode=37 action=0 mods=2...
> I have stress tested this driver and i must say it's very unstable. I constantly get `"qemu-system-x86_64: Failed to read from slave."` on the command line. When this happens,...
There is something else. I am not sure if we can do anything about it though. This 10ms waiting is really visible when window is being dragged sideways while brushing...
Hah we keep saying mainstream wayland next year for last five years, so i am not holding my breath.. I have been tinkering with the code more. 100ms hicups every...
> You can update this patch to do this instead, if you want. Both changes seem okay to me, the other way makes sense too provided the sync does what...
There is no value in this but i have hard time making project maintainers believe that loss of this functionality would have no impact.. Besides they still want to maintain...
Well there wasnt much of a conversation. In a few sentences it boiled down "it would not be cool to loose current functionality". However we seem to be reaching agreement...
Hey thanks! Glad you see it that way, because i was starting to feel like bit of a pest :) I am doing a selfish thing here though. There are...
Migrating to such source storage model makes it awfully inconvenient to further work on such code. It instantly kills all the helpful IDE features like syntax highlighting and code completion....
You would have to replicate what CMake does. You can take a look at [this file](https://github.com/rokups/AtomicGameEngine/blob/feature/easy_profiler/Source/ThirdParty/easy_profiler/CMakeLists.txt) where i implemented absolute minimum required to build profiler lib and GUI tool. It...