Bookx
An MVP in progress:
- An ebook reader with .epub support
- Context menu for each book (delete, rename book, info)
- On click switch the carousal to the book
- Ebook editor for .epub files
Build & Run the project
Building the project
flatpak install org.gnome.Sdk//41 org.freedesktop.Sdk.Extension.rust-stable//21.08 org.gnome.Platform//41
flatpak-builder --user flatpak_app build-aux/com.anuragdhadse.Bookx.Devel.json
To run the project
flatpak-builder --run flatpak_app build-aux/com.anuragdhadse.Bookx.Devel.json bookx
Please note that these commands are just for demonstration purposes. Normally this would be handled by your IDE, such as GNOME Builder or VS Code with the Flatpak extension.