https://github.com/sendyhalim/Yomu
📘 Manga reader app for Mac OS X
https://github.com/sendyhalim/Yomu
comic comic-reader macos manga manga-reader mangareader reader swift
Last synced: 6 days ago
JSON representation
📘 Manga reader app for Mac OS X
- Host: GitHub
- URL: https://github.com/sendyhalim/Yomu
- Owner: sendyhalim
- License: mit
- Archived: true
- Created: 2016-06-06T04:56:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T15:32:26.000Z (over 5 years ago)
- Last Synced: 2024-08-01T23:33:18.275Z (9 months ago)
- Topics: comic, comic-reader, macos, manga, manga-reader, mangareader, reader, swift
- Language: Swift
- Homepage:
- Size: 10.4 MB
- Stars: 193
- Watchers: 15
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Yomu - Manga reader app for macOS. ![swift_icon] (Applications / Productivity)
- awesome-swift-macos-apps - Yomu - Manga reader app for macOS. (Productivity / Text)
- awesome-swift-macos-apps - Yomu - Manga reader app for macOS. (Productivity / Text)
- open-source-mac-os-apps - Yomu - Manga reader app for macOS. </summary><p><b>Languages:</b> ![swift_icon] <br></p></details> (Applications / ⏱️ Productivity (54))
README
##
Yomu
Manga Reader App for Mac OS, feel free to request new features on [issue tracker](https://github.com/sendyhalim/yomu/issues)[](https://travis-ci.org/sendyhalim/Yomu) []()
## Requirements
Mac OS 10.11+## Install
### Download
Latest yomu installer can be found [here](https://github.com/sendyhalim/yomu/releases/latest)### Build manually
1. `git clone https://github.com/sendyhalim/yomu`
2. `make package`
3. Open the directory, there will be a yomu installer `Yomu.pkg`
4. Double click `Yomu.pkg`## Navigation
There are 4 keyboard navigation event handlers on chapter collection view
- `h` Go to previous chapter
- `l` Go to next chapter
- `j` Scroll down
- `k` Scroll up## Libraries
- [Argo](https://github.com/thoughtbot/Argo)
- [Cartography](https://github.com/robb/Cartography)
- [Curry](https://github.com/thoughtbot/Curry)
- [Hue](https://github.com/hyperoslo/Hue)
- [King Fisher](https://github.com/onevcat/Kingfisher)
- [Moya](https://github.com/Moya/Moya)
- [Nimble](https://github.com/Quick/Nimble)
- [OrderedSet](https://github.com/sendyhalim/OrderedSet)
- [Quick](https://github.com/Quick/Quick)
- [Realm](https://github.com/realm/realm-cocoa)
- [RxRealm](https://github.com/RxSwiftCommunity/RxRealm)
- [RxSwift](https://github.com/ReactiveX/RxSwift)
- [Swiftz](https://github.com/typelift/Swiftz)## Why another manga reader?
Just for hobby## Acknowledgements
Free icons used in this app are provided by [icons8](https://icons8.com)Content provided by [Manga Eden](http://www.mangaeden.com/api) (I do not host the content)
## License
MIT ~