Squooshies is a tentative to add a visual for converting massive amounts of pictures and is named after Squoosh by Google who does the same for a single picture at a time.
Built on top of the Dioxus-desktop framework, this app is fully in Rust and aim to be performant as well as to look good.
The latest release contains an executable for windows.
To build this app you will need Rust installed and Nasm as well.
The Dioxus framework comes with its own cli to build the app.
cargo install dioxus-cli
Or if you have cargo-binstall
cargo-binstall dioxus-cli
Clone the repository
git clone "https://github.com/SoapyDev/Squooshies.git"
You are ready to build the application.
cd Squooshies
dx serve --release