A simple car speedometer application built with Qt Quick(QML) and C++.
This project demonstrates the implementation of a basic car speedometer using Qt Quick for the user interface and C++ for the backend logic. It showcases the integration of QML with C++ in a Qt application, providing an interactive speedometer display.
- Real-time speed display
- Acceleration and brake controls
- Smooth speed transitions using a sigmoid function
- Left and right indicator functionality
- Keyboard control support (arrow keys for acceleration/brake)
- Qt 6.x
- Qt Quick (QML)
- C++ 23
- CMake
- Press the 'ACCELERATE' button or press the up arrow key to increase speed
- Press the 'BRAKE' button or press the down arrow key to decrease speed
- Use the indicator buttons to toggle left and right indicators