GaryOderNichts / MultiDRCSpaceDemo

A space shooter demo using the Wii U's MultiDRC mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Screenshot 0 Screenshot 1 Screenshot 2

Controls

GamePad controls

Assets

Seamless Space Backgrounds - Screaming Brain Studios

CC0-1.0

Pixel Spaceship - dsonyy

CC0-1.0

Wii U controller illustration - Tokyoship

CC-BY-3.0

Building

To build this application you need devkitPPC and the dependencies below.
Get started with installing the toolchain here.
Then run make.

Dependencies

  • wut
    Note that the wut releases are currently missing PR #263, #264, #265, #266 which are required to build this project.
  • ppc-glm
  • ppc-libpng
  • ppc-freetype

To install the dependencies run (dkp-)pacman -S wut ppc-glm ppc-libpng ppc-freetype

About

A space shooter demo using the Wii U's MultiDRC mode.

License:MIT License


Languages

Language:C++ 89.1%Language:Makefile 8.2%Language:GLSL 2.8%