https://github.com/garyodernichts/multidrcspacedemo
A space shooter demo using the Wii U's MultiDRC mode.
https://github.com/garyodernichts/multidrcspacedemo
game homebrew wiiu wiiu-homebrew
Last synced: 6 months ago
JSON representation
A space shooter demo using the Wii U's MultiDRC mode.
- Host: GitHub
- URL: https://github.com/garyodernichts/multidrcspacedemo
- Owner: GaryOderNichts
- License: mit
- Created: 2022-08-26T23:14:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T08:50:44.000Z (about 3 years ago)
- Last Synced: 2025-03-24T14:12:47.786Z (7 months ago)
- Topics: game, homebrew, wiiu, wiiu-homebrew
- Language: C++
- Homepage:
- Size: 4.92 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MultiDRCSpaceDemo
A space shooter demo using the Wii U's MultiDRC mode.The Wii U has an unused feature allowing two GamePads to be connected to a single console.
Nintendo [announced this back at the E3 2012](https://www.polygon.com/gaming/2012/6/5/3065588/wii-u-supports-two-gamepads-nintendo-confirms) before the Wii U was released.
While this feature was never released it is still in the system files and can be used by homebrew applications.
This project acts as a small demo and example for using that MultiDRC mode.## Screenshots


## Controls
## Assets
### Seamless Space Backgrounds - Screaming Brain Studios
[![]()
](https://opengameart.org/content/seamless-space-backgrounds)
[](http://creativecommons.org/publicdomain/zero/1.0/)
### Pixel Spaceship - dsonyy
[![]()
](https://opengameart.org/content/pixel-spaceship)
[](http://creativecommons.org/publicdomain/zero/1.0/)
### Wii U controller illustration - Tokyoship
[](https://commons.wikimedia.org/wiki/File:Wii_U_controller_illustration.svg)
[](https://creativecommons.org/licenses/by/3.0/)
## Building
To build this application you need devkitPPC and the dependencies below.
Get started with installing the toolchain [here](https://devkitpro.org/wiki/Getting_Started).
Then run `make`.### Dependencies
- [wut](https://github.com/devkitPro/wut)
Note that the wut releases are currently missing PR [#263](https://github.com/devkitPro/wut/pull/263), [#264](https://github.com/devkitPro/wut/pull/264), [#265](https://github.com/devkitPro/wut/pull/265), [#266](https://github.com/devkitPro/wut/pull/266) which are required to build this project.
- ppc-glm
- ppc-libpng
- ppc-freetypeTo install the dependencies run `(dkp-)pacman -S wut ppc-glm ppc-libpng ppc-freetype`