https://github.com/nelbok/display
A little display to show off
https://github.com/nelbok/display
cmake cpp qml qt qtquick
Last synced: 5 months ago
JSON representation
A little display to show off
- Host: GitHub
- URL: https://github.com/nelbok/display
- Owner: nelbok
- License: gpl-3.0
- Created: 2024-07-29T08:35:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:47:59.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T09:08:32.278Z (about 1 year ago)
- Topics: cmake, cpp, qml, qt, qtquick
- Language: QML
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foxxy Soft Display

## About
A little project to show off
## Features
### [Android](/docs/Android.md)
### [Styling](/docs/Android.md)
### [Translations](/docs/Android.md)
## Requirements
- CMake 3.27+
- C++ 17
- Qt6 Quick
## Compilation
- cmake -B build
- cmake --build build
If you need to specify Qt location, add this to the first call of CMake: -D "CMAKE_PREFIX_PATH=Path to Qt"