Replies: 1 comment 1 reply
-
I noticed that the SDL version is also much faster than the X11 version on X. Try building the sysouts to see a real difference. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On my Chromebox with Crostini Linux, the Linux container of chromeOS based on Debian 11 Bullseye, I built Medley and the full loadup with apps from the latest sources using gcc. Since Crostini uses Wayland I was cursious to compare the performance of the X and SDL versions of Medley. Like on the Raspberry Pi 400 with Wayland (see #1378), it turns out SDL is noticeably faster.
Here is X on Crostini:
medley-crostini-x.webm
And here SDL:
medley-crostini-sdl.webm
Beta Was this translation helpful? Give feedback.
All reactions