https://github.com/dev-0x7c6/retro-menu
Retro menu launcher for retro distribution. Written in Qt / QML.
https://github.com/dev-0x7c6/retro-menu
Last synced: about 1 year ago
JSON representation
Retro menu launcher for retro distribution. Written in Qt / QML.
- Host: GitHub
- URL: https://github.com/dev-0x7c6/retro-menu
- Owner: dev-0x7C6
- License: gpl-3.0
- Created: 2020-08-03T21:39:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T10:42:41.000Z (over 5 years ago)
- Last Synced: 2025-02-06T07:47:01.440Z (over 1 year ago)
- Language: C++
- Size: 110 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retro-menu
Retro menu launcher for [Retro](https://github.com/dev-0x7C6/retro-build-environment) distribution. Written in Qt / QML. Look and feel is inspired by Nintendo Switch system menu.

# Current state
Project is under early development state, it's working but upcomming changes may change behavior and functionality.
# Build
```console
user@workspace # cd retro-menu
user@workspace # cmake . -DCMAKE_INSTALL_PREFIX=/usr
user@workspace # make -j$(nproc)
root@workspace # make install
```