| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project aims to be the C++ version for Qt/QML live coding.
In constrast to other live coding environments, this project is a live coding QML module meant to be integrated into your application.
Integrating QML live coding into your application significantly boosts your HMI developers productivity. Compared to stand-alone solutions, this approach enables integration of C++ QML components without deploying them first.
Additionally, it enables customization of the live coding environemnt, including pre-loading of resource intensive QML components.
See also
Qt/QML Live Coding with C++ Tutorial
git clone https://github.com/machinekoder/cpp-qt-live-coding.git
cd cpp-qt-live-coding
mkdir build
cd build
qmake ..
make -j$(nproc)
make installTo use the live coding environment, you need to follow these steps:
Take a look at example for an example.
The easiest way to create a new project with live-coding enable is to use the Cookiecutter template.
pip install cookiecutter
cookiecutter gh:machinekoder/cookiecutter-qtquick-qmake-catch-trompeloeil-live| Back | FazBrowse Home | New Git URL |