Wii Hacking
A few starting packages for hacking the Wii on Arch Linux. Also see Wiibrew.org for a guide to getting homebrew setup on the Wii.
Native Coding
- wiiloadAUR lets you upload games to the Homebrew Channel
- devkitppcAUR for a basic toolchain (compiler) for C and C++ development.
- libogcAUR for libraries that work with the Wii, for working with graphics, wiimote, etc.
- sdl-wii-svnAUR[broken link: archived in aur-mirror] - a library for SDL on the Wii.
- libfat-ogcAUR - a library for FAT handling (used in USB flash drives).
Game Hacking
- reggie-gitAUR[broken link: archived in aur-mirror] - Level Editor for New Super Mario Bros. Wii.
- riifsAUR[broken link: archived in aur-mirror] - a networked server for Riivolution to run file replacement hacks on the Wii.
- arctool-gitAUR[broken link: archived in aur-mirror] for opening .arc files found in Wii game discs.
- arcmanAUR[broken link: archived in aur-mirror]
Wiimote
- cwiid - a library in C for working with the Wii Remote.
- libwiimoteAUR[broken link: archived in aur-mirror] - a library in C for working with the Wii Remote.
- xwiiAUR[broken link: archived in aur-mirror] - lets you control your computer from your Wii remote (even has Shell command support).
- xwii-hypocorismAUR[broken link: archived in aur-mirror]
- pymoteAUR[broken link: archived in aur-mirror]
Emulation
- dolphin-emu - the dominant emulator for the Wii (also supports Gamecube).
- dolphin-emu-gitAUR - development version