Hardware Acceleration? #1129
Replies: 2 comments
-
edex-ui is an Electron app and Electron apps automatically use HW acceleration whenever & wherever possible. |
Beta Was this translation helpful? Give feedback.
-
This is mostly true but the app's code itself has a lot of impact on that "wherever possible". On Windows, HW acceleration is well supported and since we use WebGL/Canvas drawing in the UI on the globe & realtime graphs, it provides a nice boost. On Linux, reading system information is easy & fast via the Edit: added blocklist bypass flags in 9cfc2e2. You can grab builds here, would love to know if it helps with perf on linux for you. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to enable hardware/GPU acceleration in eDEX-UI so that it takes up less CPU usage? At first I thought this was a problem with Linux but it doesn't seem to use acceleration on the Windows version either.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions