A modern, customizable compass widget implemented in QML. This project demonstrates how to create both retro and modern compass designs in under 300 lines of QML code.
- Qt 6.x (Qt Quick/QML)
- CMake (for building the example application)
-
Clone this repository:
git clone https://github.com/berkbavas/QmlCompass.git
-
Open the project in Qt Creator or build from the command line:
cmake -S . -B build cmake --build build -
Run the application:
- From Qt Creator, press the Run button
- Or from terminal:
./build/QmlCompass.exe
QmlCompass.mp4
QmlCompass2.mp4
This project is licensed under the MIT License. See the LICENSE file for details.