When using the web version: https://www.egui.rs/ it runs perfectly smooth. I am able to move the windows quickly etc.
However when I am using either your hello_world example (after git cloning it) or using the blue_engine I have noticed there is latency, whether if i am moving the windows around or when I move my mouse to hover on the buttons there is this slight second before it reacts etc.
This is an issue on Linux however it runs fine on Windows without latency. I ran lspci -nnk | grep -i -EA3 "3d|display|vga" and this is the output (on linux):
I have tried both amdgpu and radeon drivers, both had the same issues. I am using R9 290X DirectCU II graphics card.
Its odd cause everythign else is worse on Windows, the performance of Youtube can be quite bad using hte exact same browsers, I have done performance benchmark tests and linux has done much better on gpu and cpu side of things, when opening up new tabs on windows that lags but on linux its smooth etc so makes no sense why I am having issues with egui on Linux.
When using the web version: https://www.egui.rs/ it runs perfectly smooth. I am able to move the windows quickly etc.
However when I am using either your
hello_world
example (after git cloning it) or using the blue_engine I have noticed there is latency, whether if i am moving the windows around or when I move my mouse to hover on the buttons there is this slight second before it reacts etc.Here is the video for this demonstration:
https://github.com/user-attachments/assets/3c77e418-5b22-4ffa-9a6e-4cb139846072
I have tried using
--release
mode same issue.This is an issue on Linux however it runs fine on Windows without latency. I ran
lspci -nnk | grep -i -EA3 "3d|display|vga"
and this is the output (on linux):I have tried both
amdgpu
andradeon
drivers, both had the same issues. I am usingR9 290X DirectCU II
graphics card.Its odd cause everythign else is worse on Windows, the performance of Youtube can be quite bad using hte exact same browsers, I have done performance benchmark tests and linux has done much better on gpu and cpu side of things, when opening up new tabs on windows that lags but on linux its smooth etc so makes no sense why I am having issues with egui on Linux.