Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Example large scale project using QML? [closed]

Tags:

qt

qt5

qml

qtquick2

I was searching for a open software project (medium or large scale) that uses QML and could be taken as an example of QML/QtQuick usage in practice. There are indeed a lot of small examples that come with the documentation but are there any actively developed projects?

Plasma Media Center and Qt Media Hub are the two I could find but they seem a little dated or not really maintained (I may be wrong here)

like image 601
Vikas Bhargava Avatar asked Mar 13 '15 14:03

Vikas Bhargava


1 Answers

Search github.

There is an open source desktop environement that is mostly in Qml and is actively developed :

https://github.com/hawaii-desktop

There is also SDDM which is a smaller project : https://github.com/sddm/sddm

Finally you could check out : qml-material which implements Google's material UI as QML modules.

https://github.com/papyros/qml-material


Edit :

For generically searching the most trending QML projects on GitHub :

https://github.com/trending/qml

like image 52
Félix Cantournet Avatar answered Oct 06 '22 08:10

Félix Cantournet