Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkosmari/papaya-hud
An Aroma plugin to show a HUD on the Wii U.
https://github.com/dkosmari/papaya-hud
wiiu wiiu-homebrew wiiu-plugin
Last synced: 3 months ago
JSON representation
An Aroma plugin to show a HUD on the Wii U.
- Host: GitHub
- URL: https://github.com/dkosmari/papaya-hud
- Owner: dkosmari
- License: gpl-3.0
- Created: 2024-07-07T06:51:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:44:13.000Z (4 months ago)
- Last Synced: 2024-09-18T05:41:35.871Z (4 months ago)
- Topics: wiiu, wiiu-homebrew, wiiu-plugin
- Language: C++
- Homepage:
- Size: 1.49 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Papaya HUD
This is a HUD plugin for the Aroma environment on the Wii U.
## Features
Supported fields:
- Current time.
- Frames per second.
- CPU utilization.
- GPU utilization. Note: this might lower the frame rate for some games.- Network configuration (SSID for WiFi, speed/duplex for Ethernet).
- Network bandwidth rate.
- Filesystem read rate.
- Button press rate.
You can also use a button shortcut to toggle the HUD on or off. By default it's **← +
TV** on the gamepad, but you can change it in the config menu (**L + ↓ + SELECT**).The HUD color is also configurable.
## Build instructions
This is an Automake package that's intended to be cross-compiled using devkitPro's
environment.If you got the sources through a release tarball, you can skip step 0.
0. `./bootstrap`
1. `./configure --host=powerpc-eabi`
2. `make`
## Docker build instructions
If you have Docker, just run the `./docker-build.sh` script.