Desktop app for anime fans
Go to file
Kylart c8644f5dbf Can now ship windows build with libssl and libcrypto 1.1 2020-03-29 18:52:46 +02:00
bindings Fix #69 2020-01-31 14:42:28 +01:00
build Removed heavy material icon dependency 2017-08-23 00:40:51 +02:00
public Removed useless dylibs 2020-01-31 11:42:31 +01:00
scripts Can now ship windows build with libssl and libcrypto 1.1 2020-03-29 18:52:46 +02:00
src Merge branch 'dev' of https://github.com/Kylart/KawAnime into fix-shipping 2020-03-01 22:35:23 +01:00
test Fix tests and centered info snackbar 2019-08-19 16:28:49 +02:00
.editorconfig Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
.env.example Created config to store env variables 2019-07-14 02:19:38 +02:00
.eslintrc.js Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
.gitignore Can now ship windows build with libssl and libcrypto 1.1 2020-03-29 18:52:46 +02:00
.gitmodules Created bindings for anitomy 2019-10-24 01:14:24 +02:00
.travis.yml Fix travis CI scripts 2020-01-16 13:27:05 +01:00
LICENSE Added LICENSE 2019-07-19 00:17:10 +02:00
README.md Updated README 2020-01-31 19:57:49 +01:00
appveyor.yml Removed useless dir 2020-01-16 23:14:04 +01:00
babel.config.js Reworked the whole app to be electron based 2019-04-09 00:20:52 +02:00
collect-dylib-deps.sh Fix CoreImage install name 2020-01-31 11:30:23 +01:00
package-lock.json Merge branch 'master' into fix-shipping 2020-02-02 01:30:02 +01:00
package.json Merge branch 'master' into fix-shipping 2020-02-02 01:30:02 +01:00
vue.config.js Fixed Mac Shipping 2020-01-30 19:02:41 +01:00

README.md

KawAnime

License Chat

Features

Disclaimer : KawAnime is built for otaku/anime-fans. The software will contain images and sounds sourced from anime. Do not try if you're not prepared.

Use KawAnime to:

  • Manage your pirate anime life with a single software.
  • Get updated on anime releases as soon as they are subbed (or not).
  • Download or Stream your torrents easily (in-app torrent client included!).
  • Magnet links for all episodes can be generated through the Downloader.
  • Get anime information, news, and seasonal information from your preferred anime information source (Anilist, Kitsu.io, MAL).
  • Manage your anime files (watch and delete on click).
  • Manage local watch lists as well as those from your preferred provider (Anilist, Kitsu.io, MAL).
  • Auto track entry progress on Anilist and Kitsu.io.
  • Keep track of what you watched with the History.
  • Easily binge watch your local anime or while streaming.

Feel free to check the official website for a demo of all the available features.

About OS

KawAnime is completely cross-platform.

If you have any problems installing for your OS, you can contact me anytime in the issues section.

Building

Dependencies

  • Be sure that Npm is installed. You can find how to install npm (node) here.

  • You will need CMake (v3.12 minimum) to build native dependencies as this project using cmake-js; you can download and install CMake here. Also, you will need a C++ compiler to build native libraries (Clang, GCC and MSVC are all supported).

  • You will need to have Boost (version 1.65.0 minimum) installed on your system. You can find Boost here. Only date_time and system libraries are required by this project.

  • This app uses MPV via mpv.js but you will need libmpv on your machine. You can find instructions on how to install libmpv here.

git clone --recursive https://github.com/Kylart/KawAnime
cd KawAnime/
npm install

If postinstall script fails, it probably means that you lack one of the requirements listed above. You should install them and retry.

Run in dev

Build native bindings
npm run build:bindings
Start app
npm run dev
Lint
npm run lint

Testing

To run tests, you have to build a production ready bundle:

npm run pack

then simply run

npm run test

Generating distributable apps

This feature uses electron-builder.

Find help to use it on your platform here.

For Mac OS

npm run collect:dylibs
npm run dist:mac

For Linux OS

npm run move:libs
npm run dist:linux

For Windows OS

npm run move:libs

npm run dist:win

# Or, to have a portable version. This will give you a `KawAnime.exe`
# file that you can move around, e.g. on a USB key
npm run dist:portable

Distributable will then be in the dist folder.

Contributing

Any contribution is appreciated.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Thanks

KawAnime is developed using the following technologies, many thanks to

License

MIT License

Copyright (c) Kylart