RiveQmlExamples is a standalone Qt 6 consumer project for the RiveQml module.
brightness-controlanimated-icons
Requirements:
- CMake 3.24+
- Qt 6.8+
- C++20 toolchain
- a sibling checkout of
RiveQML, or an installedRiveQmlCMake package
Typical local setup with sibling repositories:
cmake -S . -B build -G Ninja \
-DCMAKE_PREFIX_PATH=/path/to/qt
cmake --build buildIf RiveQml is not installed as a package, this project will automatically use a sibling checkout located at ../RiveQML.
The examples are validated on Linux as well as macOS. On Linux, the sibling RiveQML checkout now renders through the Skia raster backend.