univert-gui 0.2.1

Desktop GUI for the Univert universal file converter
univert-gui-0.2.1 is not a library.

Univert GUI

The desktop app for Univert, the universal file converter. Drop in a file, pick an output format, convert.

Screenshot of Univert desktop app

For the command-line version, see univert.

Install

cargo install univert-gui

Optional runtime tools (only needed for their respective conversions): lilypond, openscad, ffmpeg, fluidsynth.

Use

  1. Click Select File or drop a file onto the window.
  2. Pick one of the available output formats.
  3. Adjust the output path if you want, then hit Convert.

All pure-Rust conversions work out of the box. Tool-gated conversions (MIDI, wav/aac, scad/stl, …) surface a clear error if the required binary isn't on PATH.

See the univert crate for the full list of supported formats.

License

AGPL-3.0-or-later