Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blandalpha/bluey_gallery
FluentUI styled Qt / QML / C++ App. A Bluey database gallery.
https://github.com/blandalpha/bluey_gallery
bluey cpp database gallery gui qml qt6
Last synced: 3 months ago
JSON representation
FluentUI styled Qt / QML / C++ App. A Bluey database gallery.
- Host: GitHub
- URL: https://github.com/blandalpha/bluey_gallery
- Owner: BlandAlpha
- Created: 2024-06-01T16:02:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T10:49:39.000Z (6 months ago)
- Last Synced: 2024-10-12T01:21:15.885Z (3 months ago)
- Topics: bluey, cpp, database, gallery, gui, qml, qt6
- Language: C++
- Homepage:
- Size: 70.6 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bluey Gallery
[切换到中文](README_Assets/README_zh-CN.md)
> [!warning]
> The project is still in development, please be patient.### Introduction
![Hero Page](README_Assets/bluey_gallery_en.png)
This is a Bluey Gallery App based on QML, C++ and SQLite. Using open source UI component libraries [FluentUI - zhuzichu520](https://github.com/zhuzichu520/FluentUI). Currently, only Windows platforms are supported.
This project is a **School Project**, therefore long-term maintenance is NOT planned at this time.
### How to Use
- For regular users, please be patient and wait for the first version of `Release`;
- For the more hands-on user, you can clone the repository locally and open it with `Qt Creator`. Please note: this project requires at least `Qt 6.4` to compile.
### Feature
1. A **FluentUI-like** appearance with elegant and clean typography and layout;
2. **Card Component** display of the database content, in line with the reading habits, catch the eye;
3. Software support **Chinese and English switching** (the database itself contains only Chinese);### Roadmap:
- [ ] Loading page;
- [ ] Creator's commentary (Show page)
- [x] Restore original database;
- [x] Adding and editing database entries;
- [x] Database search;
- [x] Randomized display of entries on the home page;
- [x] Independent page display for Character and Episode items;
- [x] Relational database display;