Dicky
Dicky
On Linux OS, we are using AppImage framework to start Our app, and I don't know if it is can close app with ctrl-c. need test later.
@TSFBCE24RhythmHeaveners Firstly, thank you for your concern and participation in this project. This is very important to us. 😊 Secondly, the reason why we put the project on hold before...
FYI: current Mac brew installed gstreamer version is 1.24.8. if I downgrade to version 1.22.11(which is the latest version of 1.22), then issue is disappeared. It seems gstreamer 1.24 changed...
My solution is change draw_data->FramebufferScale at function SetupViewportDrawData original code is: draw_data->FramebufferScale = io.DisplayFramebufferScale; modified code as: draw_data->FramebufferScale = ImVec2(floor(viewport->DpiScale), floor(viewport->DpiScale)); This is only workround, and I test sdl/glfw at...
I am try to do image edit tools, which is add brush tools with mouse dragging to draw line. When I stop dragging mouse and released button, there are small...
Sorry, I overlooked a question. I found that the problem is that I use MacBook touchpad gestures to drag and drop with the mouse. This method is the reason for...