Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luni-4/spiritsub
An attempt to build a subtitle editor written in Rust using the Iced GUI library
https://github.com/luni-4/spiritsub
aegisub ass editor iced rust subs subtitles
Last synced: 19 days ago
JSON representation
An attempt to build a subtitle editor written in Rust using the Iced GUI library
- Host: GitHub
- URL: https://github.com/luni-4/spiritsub
- Owner: Luni-4
- Created: 2021-04-26T16:22:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T09:09:56.000Z (over 3 years ago)
- Last Synced: 2024-10-07T12:42:08.500Z (3 months ago)
- Topics: aegisub, ass, editor, iced, rust, subs, subtitles
- Language: Rust
- Homepage:
- Size: 984 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```console
cargo build
```## Running
To run the binary, you need to run the following command:
```console
cargo run