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