As of MiniMeters version 1.0, MiniMeters includes arm64 Linux builds. This allows MiniMeters to be used on the Raspberry Pi and similar ARM-based single-board-computers.
During development I used a Raspberry Pi 5 8GB Model with a passive cooler. I saw a stable 60FPS when in the Horizontal Layout, with the frame rate dropping to around 20FPS when the Settings pane is open.
If you would like advice before purchasing or would simply like to chat about MiniMeters on the Pi please join the MiniMeters community Discord's Raspberry Pi channel.
Ensure that you are using the 64bit Raspberry Pi OS:
To check which version you're using, open a Terminal and type the following:
getconf LONG_BIT
At launch, MiniMeters checks for the following environment variables to select some less used options:
DISABLE_FLUSHING=1 will group MiniMeters' draw calls more aggressively, however may cause some small graphical glitches.
MINIMETERS_MSAA=1 will disable anti-aliasing for MiniMeters.
For the fastest performance possible launch MiniMeters from a terminal like so:
DISABLE_FLUSHING=1 MINIMETERS_MSAA=1 ./MiniMeters.AppImage
This is likely due to an out-of-date Wayland version.
Do not hesitate to reach out on Discord or via email: support(at)minimeters.app. I am happy to help!