An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Foxxy Soft Display

![Display screenshot](/docs/Intro.png)

## 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"