readium/readium-sdk

c++ implementation to library

PaulHost opened this issue · 5 comments

Can you create a C ++ library to use QT or just document your implementation?

I believe there is no active new developments in ReadiumSDK (C++ native code), just maintenance. Contributions are welcome. What is your use case? What hardware / software platform do you need to integrate with?

I want to integrate your code into android/ios in qt creator with c++ and qml

I just want to know how to use your C++ source code to open epub books

I would suggest trying one of the 3 "launcher apps" (Android, iOS, OSX), and study the code to see how the "open book" function is used. For example, Android:
https://github.com/readium/SDKLauncher-Android/blob/438da1ede63fa5146153352b9322e454854b550a/SDKLauncher-Android/app/src/main/java/org/readium/sdk/android/launcher/ContainerList.java#L141