SDL3 based GUI frontend for vpxtool
For now you need to run this using the rust toolchain.
cargo run --release
When running under Wayland (Linux), you need to force the use of XWayland to be able to position windows.
SDL_VIDEODRIVER=x11 cargo run --release
Inspire by on https://github.com/surtarso/ASAPCabinetFE