CBconvert GitHub - gen2brain/cbconvert: CBconvert is a Comic Book converter · GitHub is a comic book converter.
This is the app I have been using for many years, in many different shapes and with different toolkits and UIs. Finally, I have a nice UI library, so I took some time to also build a binary for Haiku. This is a native Interface Kit app; the only difference with other platforms is that some image libraries (AVIF, JXL) will run more slowly on Haiku. The app is self-contained; just download it from the releases and drop it somewhere.
8 Likes
Interesting! There is any possibility of a 32 bit version ?
1 Like
Well, the app and libraries can support 32-bit, but the Haiku Go port (the one I use) is only ported for amd64. I wanted to try adding arm64 support, so when I get to that, maybe also try adding 386.
@un_spacyar The 32bit build is uploaded. The Go port can now build for both amd64 and 386 architectures. Still, the large binary size (compared to standard platforms) is due to two important libraries lacking Haiku ports; of course, there is no official Go port. So I am using transpiled code for “other” platforms that produce huge binaries and run more slowly (for AVIF, JXL).
2 Likes
Thank you so much!!! I will download and test it!
