This is a simple ebook and pdf manager written in Rust and C++.
- Core
- Gui
- Quick
- WebView
- QuickControls2
To build the project, run the following commands:
mkdir build
cd build
cmake -G "Unix Makefiles" ../
makeTo run the project, run:
./EbookTest- Create a library by importing a directory of ebooks and pdfs.
- Displays the cover of the ebook or pdf when browsing a library.
- Remembers the active page of a document when closing it, and opens it to that page when opened again.