Copyright (c) 2025 Antmicro
Show images using the Linux framebuffer or DRM at specific locations on the screen.
To build YAV with the optional Linux DRM support, first, install libdrm-dev:
# Debian
apt install libdrm-devYAV uses CMake and can be build using standard CMake commands like so:
cmake -Bbuild .
cmake --build buildYAV will not work together with a running Linux desktop environment, to use it run it without one or on a separate TTY.
To learn more, see yav --help.
./build/yav --image example/tuxan.png --anchor 0.5 0.5This project is licensed under the Apache License, Version 2.0. See LICENSE.