Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostybee/fx-gallery
An image gallery written in Java/JavaFX.
https://github.com/frostybee/fx-gallery
javafx javafx-application javafx-gui sqlite-database
Last synced: 10 days ago
JSON representation
An image gallery written in Java/JavaFX.
- Host: GitHub
- URL: https://github.com/frostybee/fx-gallery
- Owner: frostybee
- License: gpl-3.0
- Created: 2022-06-01T03:54:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T04:49:13.000Z (10 months ago)
- Last Synced: 2024-11-15T20:45:10.838Z (about 2 months ago)
- Topics: javafx, javafx-application, javafx-gui, sqlite-database
- Language: Java
- Homepage:
- Size: 21.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bee's JFX Image Gallery
Bee's JFX is a simple application for managing images of species written in Java and JavaFX framework. The managed images are stored in an SQLite database as BLOBs.## Main Features
- Add/update/remove an image.
- Listing of stored images.
- Image visualizer.## Screenshots
![Main Window](screenshots/main-window.png)
![Image Visualizer](screenshots/ImageViewer.png) ## Libraries Used & Credits
- [SQLite JDBC Driver](https://github.com/xerial/sqlite-jdbc), (by xerial, Taro L. Saito).
- [FontAwesomeFX](https://mvnrepository.com/artifact/de.jensd/fontawesomefx) (by Dave Gandy).
- [JFoenix](https://github.com/sshahine/JFoenix). A javafx material design library (by Shadi Shaheen).
- [JavaFX](https://openjfx.io/)