All Projects → SW-Fantastic → Reader

SW-Fantastic / Reader

Licence: other
a book reader 中文阅读器

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
Less
1899 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Reader

JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (+7.41%)
Mutual labels:  javafx-application, javafx-project
OmniGraph
Desktop application for creating graphs and algorithm visualisation
Stars: ✭ 27 (+0%)
Mutual labels:  javafx-application, javafx-project
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-29.63%)
Mutual labels:  javafx-application, javafx-project
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+907.41%)
Mutual labels:  javafx-application, javafx-project
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+211.11%)
Mutual labels:  javafx-application, javafx-project
CurrencyConverter
Currency Converter App using fixer API at http://api.fixer.io
Stars: ✭ 22 (-18.52%)
Mutual labels:  javafx-application
Recaf
The modern Java bytecode editor
Stars: ✭ 3,374 (+12396.3%)
Mutual labels:  javafx-application
UniObfuscator
Java obfuscator that hides code in comment tags and Unicode garbage by making use of Java's Unicode escapes.
Stars: ✭ 40 (+48.15%)
Mutual labels:  javafx-application
KTU-Java
Learn Java easily. A collection of simple programs primarily focusing on the KTU syllabus for Java
Stars: ✭ 13 (-51.85%)
Mutual labels:  javafx-application
PrayerTimes
Desktop application 💻 for calculating Muslim prayer times 🕌 and setting an alarm (Adhan) ⏰ for the prayer times.
Stars: ✭ 151 (+459.26%)
Mutual labels:  javafx-application
AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.
Stars: ✭ 18 (-33.33%)
Mutual labels:  javafx-application
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (+62.96%)
Mutual labels:  javafx-application
Dluid
Deep learning user interface designer
Stars: ✭ 27 (+0%)
Mutual labels:  javafx-application
JavaFXWorkshop
Code and a handout for a JavaFX workshop
Stars: ✭ 24 (-11.11%)
Mutual labels:  javafx-application
BowlerStudio
A Full-Stack Robotics Development Environment
Stars: ✭ 95 (+251.85%)
Mutual labels:  javafx-application
msgbots
Messenger Bot Simulator ( Rhino )
Stars: ✭ 17 (-37.04%)
Mutual labels:  javafx-application
JavaFX-Point-of-Sales
Point of Sales with inventory management system
Stars: ✭ 162 (+500%)
Mutual labels:  javafx-application
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+8733.33%)
Mutual labels:  javafx-application
ChatRoomFX
JavaFX ChatRoom using JAVA RMI
Stars: ✭ 33 (+22.22%)
Mutual labels:  javafx-application
RNArtist
RNArtist allows you to design and paint your RNA 2D structures interactively. Coupled with the 3D viewer UCSF Chimera, use your 2D as a map to explore RNA 3D architectures.
Stars: ✭ 86 (+218.52%)
Mutual labels:  javafx-application

BookReader Project

概述 Abstract

这个是阅读器,用于看电子书的那种,计划支持多数常见的电子书格式以及 RSS(Feed)电子订阅,基于SpringBoot,javaFX。

搞事结束,已经不在用 springboot了,但是会留着一个springboot的分支。 目前已经移植到了自己的框架上。

本项目于20211/7/3日重新设计,便为新的基础框架,这使得工程结构更加清晰。

如果需要构建(build)此工程,需要提前在本地安装以下工程: Application-Dependency

Application-JavaFX

Application-Configure

Application-Data

本工程以及以上的组件需要Java 11 以上(建议JDK14),安装以上工程后直接安装一般的maven工程启动即可。

就目前而言,此工程还在完善之中。

this is a Reader for EBooks ,planning supports most common formats like txt epub pdf and more include RSS (Feeds)。

进度 Process

主要功能 Main Functions

  • 基础结构搭建(Basic Data Structs)
  • 基础UI的设计和美化 (UI Design)
  • 数据结构建模(DataStruct Design)
  • 核心接口(Core interface)
  • 文本阅读的实现(Text reader implemented)
  • PDF阅读的实现(Adobe PDF reader implement)
  • EPublic阅读的实现(EPUB File Reader implement)
  • MOBI文件的基础支撑(Mobi kindle format implement)
  • 早期UMD格式的支持(Universal Mobile document implement)
  • Djvu扫描格式的支持(Djvu scanned document implement)
  • Feed/RSS阅读(Feed RSS read implement)

细节功能 Details

  • 基本的书籍数据管理(Book Metadata)
  • 标签功能(Tags)
  • 书籍数据索引功能(index tree from metadata)
  • 文本内容可以通过键盘左右方向键快速翻页,回车可以重定向焦点。(key-board support)
  • 增加i18n语言切换(i18n language,Chinese English)

Bug记录

  • 主分类选中时首次切换到标签或者作者等位于Tree中的选项,将会导致表格空白。
  • 书籍属性中,tag标签在窗口关闭后未被清空。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].