Hanami VS Simple-Comic

Compare Hanami vs Simple-Comic and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Hanami Simple-Comic
3 9
142 244
- -
7.3 6.4
18 days ago 12 days ago
Swift Objective-C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Hanami

Posts with mentions or reviews of Hanami. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.

Simple-Comic

Posts with mentions or reviews of Simple-Comic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-29.
  • With 2022 over soon, what were your favorites apps of the year?
    17 projects | /r/macapps | 29 Dec 2022
    🫴 Simple Comic free and open source - a reader for Graphic Novels, but it will also open image pdfs or a directory of images. It uses Apple's Vision Framework so you can use the mouse to select text in .pngs, .jpgs, and it has a Find command to make it all searchable. Once you've got the text, you can use the built-in Text-To-Speech to have it read to you, do a Google search, or paste it into translate.google.com to get it translated into a more comfortable language.
  • I've made app for reading and saving manga on iOS
    2 projects | /r/swift | 22 Dec 2022
    /u/F0x3S/ Take a look at this macOS Manga reader: https://github.com/MaddTheSane/Simple-Comic and https://github.com/MaddTheSane/Simple-Comic/issues/87 for handling OCRed text, with searching, and .cbz/.cbr metadata in a Manga reader.
  • Any current Objective-C/UIKit open source projects?
    1 project | /r/iOSProgramming | 18 Oct 2022
    It is macOS, not iOS, but take a look at Simple Comic, source code on github.
  • No longer responsive window when reading ePUB comics
    1 project | /r/Calibre | 10 Oct 2022
    Source code at: https://github.com/MaddTheSane/Simple-Comic
  • iOS 16 introduced the Live Text API, so I made an app to quickly markup text within your images.
    1 project | /r/iOSProgramming | 29 Sep 2022
    I used the Vision framework to add full-text searching, and selection©ing to the text in Graphic Novels. Graphic Novels are just collection of image files, usually a zip of jpegs. It is a free reader app in the Apple App Store: Simple Comic It's for Mac, but it's open-source. The source code is here.
  • How can I display a pdf/doc/docx or whatever in chunks
    1 project | /r/iOSProgramming | 27 Sep 2022
    Take a look at https://github.com/MaddTheSane/Simple-Comic - it's an open source reader for .cbz files. It will compile and run on your Mac. It can open a .pdf and display just one or two pages at a time.
  • Is it possible to hide app menus in the menu bar?
    1 project | /r/macapps | 8 Aug 2022
    hideOCRMenusIfUnavailable in OCRTracker.m in the open-source App Simple Comic which, if you go into Preferences and turn off Recognize Text hides all the menu items that depending on recognizing text to function. Go into Preferences* and turn Recognize Text back on, and it puts those menu items back. That way, I don't have to explain to the user why those menus items are dim.
  • WWDC live text feature for app?
    4 projects | /r/iOSProgramming | 8 Jun 2022
    You give it a CGImageRef, and a block, and the block gets called back with an array of structs, each of which contains a rectangle, a confidence level, and a string, that corresponds to one line of text. https://github.com/DavidPhillipOster/MockSimpleComic takes that and wraps it in a layer, so you can mouse over the text like you can in Preview when you open a .png. https://github.com/MaddTheSane/Simple-Comic/ has been taking my pull requests and putting it up on the App Store. All available today, and with the Vision framework, which works back to the 2019 vintage macOS, and iOS.

What are some alternatives?

When comparing Hanami and Simple-Comic you can also consider the following projects:

Aidoku - Free and open source manga reader for iOS and iPadOS

sequelpro - MySQL/MariaDB database management for macOS

Mangades - Mangadex reader optimized for screen readers, with anilist integration and downloads.

MockSimpleComic - A testbed for using Apple's Vision framework with SimpleComic

Simple-Login-iOS - iOS client for SimpleLogin

CocoaLumberjack - A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS