Skip to content

A simple car speedometer application built with Qt Quick(QML) and C++

Notifications You must be signed in to change notification settings

scottXchoo/QtQuick-CarSpeedometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtQuick_CarSpeedometer

A simple car speedometer application built with Qt Quick(QML) and C++.

QtQuick-Speedometer(2)

Description

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.

Features

  • 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)

Technologies Used

  • Qt 6.x
  • Qt Quick (QML)
  • C++ 23
  • CMake

Usage

  • 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

About

A simple car speedometer application built with Qt Quick(QML) and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published