This is a library of QML widgets implementing Google's Material Design. It is completely cross platform, and runs on Linux, OS X, and Windows. It may also run on iOS and Android, though those platforms have not been tested and are not currently officially supported.
Brought to you by the Papyros development team.
Requires Qt 5.3 or higher and QML Extras installed as QML module.
From the root of the repository, run:
$ qmake
$ make
$ make check # Optional, make sure everything is working correctly
$ sudo make install
Now checkout out the examples
folder to see how to use Material Design from QtQuick!
QML Material is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.