Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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