https://github.com/dkosmari/libwupsxx
A C++ wrapper for libwups.
https://github.com/dkosmari/libwupsxx
wiiu wiiu-homebrew
Last synced: about 1 month ago
JSON representation
A C++ wrapper for libwups.
- Host: GitHub
- URL: https://github.com/dkosmari/libwupsxx
- Owner: dkosmari
- License: mit
- Created: 2024-08-07T04:25:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T11:14:33.000Z (2 months ago)
- Last Synced: 2025-05-05T04:14:24.291Z (about 1 month ago)
- Topics: wiiu, wiiu-homebrew
- Language: C++
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# libwupsxx
A C++ wrapper library for [libwups](https://github.com/wiiu-env/WiiUPluginSystem).
This library is a bit more natural for C++ developers than the original.
Configuration items are implemented from scratch, with a few extra features.
Note that libwupsxx does not map to 100% of libwups, but it's good enough for 90% of use
cases.## Features
TODO