Skip to content

A anime library manager, tracker, downloader and viewer with intuitive UI design

License

Notifications You must be signed in to change notification settings

ALEZ-DEV/Anime-Kanri

Repository files navigation

Anime-Kanri

AnimeKanri

Anime Kanri

A anime library manager, tracker, downloader and viewer with intuitive UI design

!!! Warning : This project is still in development !!!

This project is still in development and a lot of features is missing or will be changed in the future and not stable, any new version can break the app, use it at your own risk

But if you use it and something don't work as expected, don't hesitate to make an issue for it !

Download

You can download the latest version in the release section

Compile and Run the project

Start by cloning this project with

git clone https://github.com/ALEZ-DEV/Anime-Kanri.git

Using Rust Inside Flutter

This project leverages Flutter for GUI and Rust for the backend logic, utilizing the capabilities of the Rinf framework.

To run and build this app, you need to have Flutter SDK, Rust toolchain, and Protobuf compiler installed on your system. You can check that your system is ready with the commands below. Note that all the Flutter subcomponents should be installed.

rustc --version
protoc --version
flutter doctor

You also need to have the CLI tool for Rinf ready.

cargo install rinf

Messages sent between Dart and Rust are implemented using Protobuf. If you have newly cloned the project repository or made changes to the .proto files in the ./messages directory, run the following command:

rinf message

Now you can run and build this app just like any other Flutter projects.

flutter run

For detailed instructions on writing Rust and Flutter together, please refer to Rinf's documentation.

Project Based on these library

TODO

  • Torrent Downloader
    • Search section
      • can search Torrent from nyaa.si
      • Torrent name parser
      • some preview of the Torrent
      • add configurable setting
    • Download section
      • can Download Torrent file
      • sort downloaded file
  • Video Player (mpv)
    • ...