Skip to content

mealet/rust-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

rust-converter

πŸ¦€ Rust Converter

Dynamic JSON Badge Static Badge Static Badge Static Badge

Tauri Converter - is pretty simple GUI converter made on Rust ✨
Libraries I used:

πŸ‘€ Installation

  1. Install ffmpeg from official site -> https://ffmpeg.org/download.html
  2. Go to repository's releases
  3. Download latest release for your system
  4. Enjoy :D

🧐 Building

  1. Install Tauri by instructions on official site.
  2. Install ffmpeg from official site -> https://ffmpeg.org/download.html
  3. Copy repository and go to it's folder.
  4. Install dependencies:
npm install
  1. Go to the src-tauri directory and add converter-buddy:
cargo add converter_buddy
  1. Build/Run Dev from main-repo folder:
npm run tauri build

OR

npm run tauri dev

File will be located in the rust-converter/src-tauri/target/release folder.

πŸ˜΅β€πŸ’« License

Project licensed under the MIT License.
Read more in LICENSE file

πŸ”— Links