Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/maui-pix
Image gallery application
https://github.com/kde/maui-pix
Last synced: 4 days ago
JSON representation
Image gallery application
- Host: GitHub
- URL: https://github.com/kde/maui-pix
- Owner: KDE
- Created: 2019-04-21T10:28:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T02:27:48.000Z (19 days ago)
- Last Synced: 2024-10-27T03:28:59.336Z (19 days ago)
- Language: QML
- Homepage: https://invent.kde.org/maui/maui-pix
- Size: 16.5 MB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# Pix
Image gallery manager for NitruxPix is an image gallery manager made for Maui.
Pix is a convergent and multiplatform app that works under Android and GNU Linux distros.## Build
### Dependencies
#### Qt core deps:
QT += qml, quick, sql#### KF5 deps:
QT += KService KNotifications KNotifications KI18n KIOCore KIOFileWidgets KIOWidgets KNTLM#### Submodules
##### MauiKit:
https://github.com/maui-project/mauikit.git### Compilation
After all the dependencies are met you can throw the following command lines to build Index and test itgit clone https://github.com/maui-project/pix --recursive
cd index && mkdir build && cd build
qmake ..
makeA binary should be created and be ready to use.
## Contribute
If you like the Maui project or Index and would like to get involve ther are several ways you can join us.
- UI/UX design for desktop and mobile platforms
- Plasma, KIO and Baloo integration
- Deployment on other platforms like Mac OSX, IOS, Windows.. etc.
- Integration with exiv2 on Android and GNU Linux
- Work on sharing and syncing on local networks
And also whatever else you would like to see on a convergent image viewer/gallery.You can get in touch with me by opening an issue or email me:
[email protected]## Screenshots
![](https://github.com/milohr/pix/blob/master/screenshots/view1.png)
![](https://github.com/milohr/pix/blob/master/screenshots/view2.png)
![](https://github.com/milohr/pix/blob/master/screenshots/view3.png)
![](https://github.com/milohr/pix/blob/master/screenshots/view4.png)