Skip to content

An attempt to build a subtitle editor written in Rust using the Iced GUI library

Notifications You must be signed in to change notification settings

Luni-4/SpiritSub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpiritSub

SpiritSub is an attempt to build a subtitle editor written in Rust using the iced GUI library.

It is in an embryonic state for now, so it might not work at all.

If you are interested in contributing to its development, feel free to send a PR without hesitation anytime!

Why another subtitle editor?

  • Single code results in multiple binaries for different architectures and operating systems

  • Be safe without discarding the possibility to optimize the code

  • Much simpler to extend (maybe xD)

Building

To build the binary, you need to run the following command:

cargo build

Running

To run the binary, you need to run the following command:

cargo run

About

An attempt to build a subtitle editor written in Rust using the Iced GUI library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages