fengxingdy / CuteHMI

CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!

Home Page:https://cutehmi.kde.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CuteHMI

License: LGPL 3.0 Build Status

CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework.

Note: While most of the project uses GNU Lesser General Public License version 3, some files are distributed under different licenses.

Branches

Branch "master" is a development branch. Development branch may contain source code that is undergoing deep changes, rendering it unusable. Consecutive branch numbers denote successive iterations of the project.

Branch Build status Development status
master Build Status pre-alpha
1 Build Status alpha

Compiling

  1. Get the Qt toolkit. Open-source and commercial editions can be obtained from https://www.qt.io/. Qt can also be shipped with Linux distribution.

  2. Open CuteHMI.qbs file with QtCreator and simply build it.

  3. All extensions dependent on external libraries will be disabled, if these libraries could not be found. To make the process of finding the libraries and installing them under Windows easier, a set of Makefiles is provided, which allows the libraries to be build from sources. Check out external libraries for more details. Each extension may provide individual documentation on how to build it.

Remember that Qbs caches Probe items' results, so if the library is installed after the project has been configured with Qbs, it will not show up. You can use --force-probe-execution option to force Qbs to not use cached results.

Examples

Refer to documentation of each individual tool on how to run some basic examples.

Internals

Directory structure of the project is organized as follows.

  • _sass, _layouts - directories used by GitHub Pages.
  • awkgward - code maintanance scripts (don't bother).
  • dev - development notes (irrelevant).
  • doc - a place where documentation shall be.
  • extensions - libraries and QML extensions.
  • external - directory containing "external" libraries.
  • extra - various stuff related to the project, such as T-shirts.
  • qbs - Qbs modules and imports.
  • tools - executable programs.

Dependencies between tools, extensions and external libraries

Two most important directories are extensions and tools. Extensions combine functionality of QML extensions and standard libraries. They can be utilized by end-user applications, but they can be also linked with each other. Some extensions may depend on external libraries.

Quick links

About

CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!

https://cutehmi.kde.org/

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 71.8%Language:QML 23.3%Language:HTML 2.1%Language:Shell 0.9%Language:Awk 0.8%Language:Makefile 0.5%Language:CSS 0.3%Language:JavaScript 0.2%