- config.json for mqtt settings
- gague widget
- plot widget
- make UI more fancy
- add vibration to gague widget
- make plot go forward in time
- make plot non linear but curve
- Build tools
sudo apt install git build-essential cmake
- Qt 6
sudo apt install libxcb-cursor0sudo apt install libxkbcommon-dev qt6-base-dev qt6-base-private-dev qt6-base-dev-tools
cmake -S . -B build
cmake --build buildCheck config.json it's simple
- https://bugreports.qt.io/browse/QTBUG-95391 - cmake Missing WrapVulkanHeaders
- https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html - how to install vulkan-sdk