Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
/ sdl2-wiiu Public archive

Experimental SDL2 for the Nintendo Wii U (old repo, new repo is at https://github.com/rw-r-r-0644/SDL)

Notifications You must be signed in to change notification settings

yawut/sdl2-wiiu

Repository files navigation

    SDL2 / SDL2_gfx / SDL2_image / SDL2_ttf for Nintendo Wii U


Prerequisites
---
The following tools must be installed:
- devkitPPC
- WUT
- portlibs
  (wiiu version with stripped debug sections, in this project release page)

The following path variables must be exported:
- $WUT_ROOT
- $DEVKITPRO

Install
---
Run the following, from this repo's root directory:

./install.sh

Credits
---
- rw-r-r-0644, quarktheawesome, exjam: wiiu sdl port and libraries
- aliaspider: texture shader
- based on libnx/libtransistor SDL2 ports