Warning, /maui/pix/README.md is written in an unsupported language. File is not indexed.

0001 # Pix
0002 Image gallery manager for Nitrux
0003 
0004 Pix is an image gallery manager made for Maui.
0005 Pix is a convergent and multiplatform app that works under Android and GNU Linux distros.
0006 
0007 <a href='https://flathub.org/apps/details/org.kde.pix'><img width='190px' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
0008 
0009 ## Build
0010 
0011 ### Dependencies
0012 #### Qt core deps:
0013 QT += qml, quick, sql
0014 
0015 #### KF5 deps:
0016 QT += KService KNotifications KNotifications KI18n KIOCore KIOFileWidgets KIOWidgets KNTLM
0017 
0018 #### Submodules
0019 ##### MauiKit:
0020 https://github.com/maui-project/mauikit.git
0021 
0022 ### Compilation
0023 After all the dependencies are met you can throw the following command lines to build Index and test it
0024 
0025 git clone https://github.com/maui-project/pix --recursive
0026 cd index && mkdir build && cd build
0027 qmake .. 
0028 make
0029 
0030 A binary should be created and be ready to use.
0031 
0032 ## Contribute
0033 If you like the Maui project or Index and would like to get involve ther are several ways you can join us.
0034 - UI/UX design for desktop and mobile platforms
0035 - Plasma, KIO and Baloo integration
0036 - Deployment on other platforms like Mac OSX, IOS, Windows.. etc.
0037 - Integration with exiv2 on Android and GNU Linux
0038 - Work on sharing and syncing on local networks
0039 And also whatever else you would like to see on a convergent image viewer/gallery.
0040 
0041 You can get in touch with me by opening an issue or email me:
0042 chiguitar@unal.edu.co
0043 
0044 ## Screenshots
0045 
0046 ![](https://github.com/milohr/pix/blob/master/screenshots/view1.png)
0047 
0048 ![](https://github.com/milohr/pix/blob/master/screenshots/view2.png)
0049 
0050 ![](https://github.com/milohr/pix/blob/master/screenshots/view3.png)
0051 
0052 ![](https://github.com/milohr/pix/blob/master/screenshots/view4.png)
0053