In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "List of development tools"

From WiiBrew
Jump to navigation Jump to search
m (Added WiiLÖVE)
 
(93 intermediate revisions by 41 users not shown)
Line 1: Line 1:
These '''Development Tools''' can help you develop homebrew applications and games for the Wii. The most important tool for Wii development is [[DevkitPro]], a port of the GCC toolchain along with supporting system libraries. The development tools listed below make development easier or to add additional functionality.
+
These '''Development Tools''' can help you develop homebrew applications and games for the Wii. The most important tool for Wii development is [[DevkitPPC]], a port of the GCC toolchain along with supporting system libraries. The development tools listed below make development easier or to add additional functionality.
  
==Libraries==
+
== Core development ==
{| class="wikitable" style="margin-left:auto; margin-right:auto; width:100%; text-align:center; font-size:90%;"
+
 
 +
{| class="apptable sortable"
 +
|-
 +
! width="25%" | Title
 +
! Description
 +
! width="20%" | Author
 +
|-
 +
| [[devkitPPC]]
 +
| GCC/MSys and associated utilities, standard C libraries based on newlib
 +
| WinterMute
 +
|-
 +
| [[libogc]]
 +
| Low-level libraries for interacting with Wii-specific sub-systems
 +
| shagkur
 +
|}
 +
 
 +
== Framework libraries ==
 +
 
 +
{| class="apptable sortable"
 
|-
 
|-
! Title
+
! width="25%" | Title
! Version
 
 
! Description
 
! Description
! Creator
+
! width="20%" | Author
! DL
+
|-
! Source
+
| [[GameFramework|Game Framework]]
 +
| This is a basic framework to guide programmers in things like XML, Fonts, Images & the C++ Standard Template Library.
 +
| [[User:Titmouse|Titmouse]]
 
|-
 
|-
 
| [[GRRLIB]]
 
| [[GRRLIB]]
| 3.0.1
+
| GRRLib For GX Rgb Renderer Library, a simple C graphics library
| GRRLIB For GX Rgb Renderer Library, a simple C graphics library.
 
 
| NoNameNo
 
| NoNameNo
| [[GRRLIB]]
+
|-
| <span style="color:green;">Available</span>
+
| [[libwiigui]]
 +
| A GUI-making library, with a template included
 +
| [[User:Tantric|Tantric]]
 
|-
 
|-
 
| [[libwiisprite]]
 
| [[libwiisprite]]
| 0.3.0b
+
| A C++ sprite library which uses GX as its underlying rendering engine
| A C++ sprite library which uses GX as its underlying rendering engine.
+
| Chaosteil, (Feesh!)
| Chaosteil, (Feesh!)  
+
|-
| [[libwiisprite]]
+
| [[MLlib]]
| <span style="color:green;">Available</span>
+
| Framework for graphics, input, audio, and so on. Friendly, easy coding
 +
| [[User:Minishlink|Minishlink]]
 
|-
 
|-
| [[libCanvas]]
+
| [[MTek-GDL]]
| not numbered
+
| An easy to use object-oriented game development library ideal for simple and advanced Wii game projects
| Minimum runtime image drawing extension for [[libwiisprite]]
+
| [[User:TheCodingBrony|TheCodingBrony]]
| {{u|henke37}}
 
| SVN://henke37.cjb.net/canvas/
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[User:Cboomf/libusbkbd|libusbkbd]]
+
| [[SDL Wii]]
| 1
+
| SDL port with SDL Mixer, Image, gfx, and ttf
| Easy access to the USB keyboard interface.
+
| Numerous
| Cboomf
 
| [[User:Cboomf/libusbkbd|download]]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[User:Davyg/libwiikeyboard|libwiikeyboard]]
+
| [[WiiLÖVE]]
| 0.2b
+
| Framework for making 2D Nintendo Wii homebrew games in Lua
| A USB keyboard interface library.
+
| [[User:HTV04|HTV04]]
| Davyg
 
| [[Image:Libwiikeyboard.tar.bz2 | download]]
 
| [[Image:Libwiikeyboard-src.tar.bz2 | download]]
 
 
|-
 
|-
| [[PNGU]]
+
| [[Wire3D]]
| 0.2b
+
| Object oriented multiplatform 3D engine for Wii and Windows (DirectX)
| A collection of functions for handling .png files.
+
| [[User:Antibyte|antibyte]]
| frontier
 
| [http://frontier-dev.net]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[Sndlib]]
+
| [[wit]]
| BETA 1.0
+
| A C++ development toolkit for event-driven programming
| A Sound library for the Wii.
+
| [[User:Ahigerd|ahigerd]]
| Hermes
+
|}
| [http://www.entuwii.net/foro/viewtopic.php?f=6&t=24&start=0&st=0&sk=t&sd=a Release notes]
+
 
| <span style="color:green;">Available</span>
+
== Libraries ==
 +
{| class="apptable sortable"
 
|-
 
|-
| [[VFSlib]]
+
! width="25%" | Title
| 0.1a
+
! Description
| A simple library to read from different sources, like KDE's KIO.
+
! width="20%" | Author
| frontier
 
| [http://frontier-dev.net/2008/05/virtual-file-system.html frontier's blog]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[libosk]]
+
| [[FreeTypeGX]]
| 0.4.4
+
| A wrapper class for libFreeType which renders a compiled FreeType parsable font into a GX texture
| An on screen keyboard.
+
| [[User:ArminTamzarian|Armin Tamzarian]]
| beardface
 
| [http://wiichat.googlecode.com/files/libosk-0.4.4.zip libosk-0.4.4]
 
| <span style="color:orange;">On Request</span>
 
 
|-
 
|-
| [[VKeyboard]]
+
| [[GEMS Wifi]]
| 0.1
+
| A library to help with the initialization of wifi related stuff for Wii and DS.
| Easy-to-Use Virtual Keyboard using the Wiimote.
+
| [[User:GEMISIS|GEMISIS]]
| pho
 
| [http://www.megaupload.com/es/?d=L8UKN5O5 VKey 0.1]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
 
| [[gl2gx]]
 
| [[gl2gx]]
| alpha 1.4
 
 
| OpenGL for the Wii and/or Gamecube.
 
| OpenGL for the Wii and/or Gamecube.
 
| noeska
 
| noeska
| [http://code.google.com/p/gl2gx/downloads/list gl2gx]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[Libwiilight|libwiilight]]
+
| [http://www.plaatsoft.nl/wiibrew/grrlib-4-2-x-freetype-support GRRLIB-FreeType]
| beta 1
+
| A easy extension on [[GRRLIB]] to support FreeType. Note: GRRLIB version 4.3.0 is supporting FreeType natively.
| Wii Disc slot light library
+
| [[User:wplaat|wplaat]]
| Cboomf
+
|-
| [[Libwiilight|libwiilight]]
+
| [[The HOMEbrew Menu Standard Library]]
| <span style="color:green;">Available</span>
+
| Quickly enable a HOME menu in your programs
 +
| [[User:Arikado|Arikado]], [[User:pinball_wizard|Pinball Wizard]], [[User:Warpedflash|WarpedFlash]]
 +
|-
 +
| [[HomeMenu]]
 +
| A graphics library independent Home Menu library written in C
 +
| [[User:MetaFight|MetaFight]]
 +
|-
 +
| [[libCanvas]]
 +
| Minimum runtime image drawing extension for [[libwiisprite]]
 +
| [[User:henke37|henke37]]
 +
|-
 +
| [[libdolfs]]
 +
| A read-only .dol-attached Ramdisk.
 +
| [[User:Hornpipe2|Hornpipe2]]
 +
|-
 +
| [[Libmii]]
 +
| Retrieves Mii data
 +
| [[User:Mdbrim|mdbrim]]
 +
|-
 +
| [[libnfs]]
 +
| NFS driver for the Wii
 +
| [[User:r-win|r-win]]
 +
|-
 +
| [[libNoise]]
 +
| Noise generation library. Useful for terrain, and textures, among others.
 +
| [[User:myrkr|myrkr]]
 +
|-
 +
| [[LibProfile]]
 +
| Code Profiler
 +
| [[User:nuke|nuke]]
 +
|-
 +
| [[libsicksaxis]]
 +
| PS3 controllers to the Wii
 +
| [[User:Xerpi|xerpi]]
 +
|-
 +
| [[libosk]]
 +
| An on screen keyboard
 +
| [[User:Beardface|Beardface]]
 +
|-
 +
| [[User:Cboomf/libusbkbd|libusbkbd]]
 +
| Easy access to the USB keyboard interface
 +
| [[User:Cboomf|Cboomf]]
 
|-
 
|-
| [[libwiiupdate|libwiiupdate]]
+
| [[libwc24]]
| 1.0a
+
| Library for WiiConnect24.
| Library for easy updating of your apps.
+
| [[User:Yellows8|Yellows8]]
| wackysystems (AlexLH)
 
| [http://wiibrew.exofire.net/blog4.php/2008/09/08/libupdate-tested-and-ready-for-release]
 
| <span style="color:orange;">On Request</span>
 
 
|-
 
|-
| [[FreeTypeGX]]
+
| [[libwiilight]]
| 0.2.3
+
| Wii Disc slot light library
| A wrapper class for libFreeType which renders a compiled FreeType parsable font into a GX texture.
+
| [[User:Cboomf|Cboomf]]
| [[User:ArminTamzarian|Armin Tamzarian]]
 
| [http://code.google.com/p/freetypegx/ FreeTypeGX Home]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
 
| [[Metaphrasis]]
 
| [[Metaphrasis]]
| 0.1.0
+
| A static conversion class for transforming RGBA image buffers into various GX texture formats
| A static conversion class for transforming RGBA image buffers into various GX texture formats.
 
 
| [[User:ArminTamzarian|Armin Tamzarian]]
 
| [[User:ArminTamzarian|Armin Tamzarian]]
| [http://code.google.com/p/metaphrasis/ Metaphrasis Home]
+
|-
| <span style="color:green;">Available</span>
+
| [[PNGU]]
 +
| A collection of functions for handling .png files
 +
| [[User:frontier|frontier]]
 
|-
 
|-
 
| [[SpriteManager]]
 
| [[SpriteManager]]
| 1.0
 
 
| A easy to use sprite handler for libwiisprite (allow freetype text rendering)
 
| A easy to use sprite handler for libwiisprite (allow freetype text rendering)
 
| [[User:Untitled|Untitled]]
 
| [[User:Untitled|Untitled]]
| [http://wii.gx-mod.com/modules/news/article.php?storyid=1739 Gx-mod] [http://www.megaupload.com/?d=G3EG6GRT ]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[WiiNetwork]]
+
| [https://web.archive.org/web/20100430061620/http://frontier-dev.net/2008/05/virtual-file-system.html]
| 1.0
+
| A simple library to read from different sources, like KDE's KIO
 +
| [[User:frontier|frontier]]
 +
|-
 +
| [http://www.megaupload.com/es/?d=L8UKN5O5 VKeyboard]
 +
| Easy-to-Use Virtual Keyboard using the Wiimote.
 +
| pho
 +
|-
 +
| [http://www.plaatsoft.nl/wiibrew/wii-network-library WiiNetwork]
 
| Wii network threaded tcp/http library
 
| Wii network threaded tcp/http library
 
| [[User:dhewg|dhewg]] and [[User:wplaat|wplaat]]   
 
| [[User:dhewg|dhewg]] and [[User:wplaat|wplaat]]   
| [http://www.plaatsoft.nl/wiibrew/category/development Download]
+
|-
| <span style="color:green;">Available</span>
+
| [http://www.plaatsoft.nl/wiibrew/wii-trace-module Tracing]
 +
| A simple C++ library to trace logs event to file
 +
| [[User:wplaat|wplaat]]
 
|}
 
|}
  
==Ported Libraries ==
+
== Ported Libraries ==
{| class="wikitable" style="margin-left:auto; margin-right:auto; width:100%; text-align:center; font-size:90%;"
+
{| class="apptable sortable"
 
|-
 
|-
! Title
+
! width="25%" | Title
! Version
 
 
! Description
 
! Description
! Ported by
+
! width="20%" | Ported by
! DL
 
! Source
 
! Example
 
|-
 
| [http://www.winimage.com/zLibDll/minizip.html Minizip]
 
| 1.0.1
 
| Simple unzip implementation using zlib
 
| Tantric
 
| [[Media:Minizip.zip|Download]]
 
| Included
 
| Included
 
 
|-
 
|-
| [[Javascript]]
+
| [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wiichat/box2d-wii.zip Box2D]
| SVN (1/09)
+
| 2d physics library
| Spidermonkey Port for Wii
+
| [[User:Beardface|Beardface]]
| [[User:Mjbauer95]]
 
| [http://www.2shared.com/file/4662641/3b514c22/spidermonkeywiitar.html spidermonkey.wii.tar.gz]
 
| [http://www.mozilla.org/js/spidermonkey/ Here]
 
| [https://developer.mozilla.org/En/SpiderMonkey/JSAPI_User_Guide Here]
 
 
|-
 
|-
| [http://www.freetype.org FreeType]
+
| [https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/melpo/FreeImage-Wii.zip FreeImage]
| 2.3.7
+
| Popular image library
| TTF/Type1 font file support
+
| melpo
| Tantric
 
| [[Media:FreeType-PPC.rar|Download]]
 
| Available
 
| Included
 
 
|-
 
|-
| [http://www.box2d.org Box2D]
+
| [[LibELM]]
| SVN (6/28/2008)
+
| A FAT driver using ELM FatFs
| 2d physics library for the wii.
+
| [[User:SquidMan|SquidMan]]
| Beardface
 
| [http://wiichat.googlecode.com/files/box2d-wii.zip box2d-wii.zip]
 
| [http://www.box2d.org here]
 
| Included
 
 
|-
 
|-
| [http://www.minixml.org libmxml]
+
| [[libntfs]]
| mxml-2.5
+
| NTFS driver using NTFS-3G
| xml library for loading/saving xml configuration files to the Wii.
+
| shareese
| Beardface
 
| [http://wiichat.googlecode.com/files/mxml-wii.tgz libmxml]
 
| [http://www.minixml.org here]
 
| Included
 
 
|-
 
|-
 
| [[Lua for Wii]]
 
| [[Lua for Wii]]
| 5.1.3 port
+
| Extensible scripting language
| Lua is an extensible scripting language.
 
 
| Feesh!
 
| Feesh!
| [http://feesh.braingravy.co.uk/archives/lua-wii.tar.bz2]
 
| Available
 
| Included
 
 
|-
 
|-
| [[SDL-Port]]
+
| [[Media:Minizip.zip|Minizip]]
| 1.2.8
+
| Simple unzip implementation using zlib
| SDL port to wii with SDl Mixer, Image, gfx, and ttf
+
| [[User:Tantric|Tantric]]
| mindcry, devildante
+
|-
| [http://mindcry.cpl.de/wii/bin_SDL-Port.7z SDL, Mixer, Image]<br>[http://code.google.com/p/sdl-wii-ports/downloads/list Image with libjpeg, tff with freetype, and gfx]
+
| [[SDL_draw]]
| [http://mindcry.cpl.de/wii/src_SDL-Port.7z SDL, Mixer, Image]
+
| SDL_draw port to wii
| google "SDL examples"
+
| GCSX
 +
|-
 +
| [[SpiderMonkey]]
 +
| Port of Mozilla's C implementation of JavaScript
 +
| [[User:Mjbauer95|Mjbauer95]]
 +
|-
 +
| [http://wiimp.googlecode.com/files/sqlite3.6.11_wii.zip SQLite]
 +
| SQLite database library
 +
| [[User:DrTwox|DrTwox]]
 +
|-
 +
| [[TinyXML]]
 +
| Simple C++ parser for XML files (Wii port)
 +
| [[User:Slappy|Slappy]]
 
|-
 
|-
 
| [[WiiPy]]
 
| [[WiiPy]]
| alpha 2
 
 
| Python for the Wii
 
| Python for the Wii
| comex, tehpola
+
| [[User:Comex|Comex]], [[User:tehpola|tehpola]]
| [http://serv.qoid.us/wiipy_a2.elf wiipy_a2.elf]
 
| Available
 
| Included
 
|-
 
| [http://freeimage.sourceforge.net FreeImage]
 
| 3.10.0 port
 
| Popular image library
 
| melpo
 
| [http://melpo.googlecode.com/files/FreeImage-Wii.zip FreeImage]
 
| [http://freeimage.sourceforge.net/download.html here]
 
| Included
 
 
|-
 
|-
| [http://www.libpng.org/pub/png/libpng.html libpng]
+
| [http://www.greenmaw.com/ahigerd/bullet-2.77-wii.zip Bullet-2.77] ([http://bulletphysics.org/ Homepage])
| 1.2.34 compiled
+
| Professional 3D physics library
| png library
+
| [[User:ahigerd|ahigerd]]
| mavakadachi
 
| [http://wiibrew.org/w/images/a/a3/Libpngwii.zip here]
 
| [http://www.libpng.org/pub/png/libpng.html homepage]
 
| NA
 
 
|-
 
|-
| libjpg / libjpeg
+
| [[libext2fs]]
| 1.0.0 compiled
+
| EXT2/EXT3 and EXT4 file systems driver
| jpg library
+
| [[User:Dimok|Dimok]]
| Thomas G. Lane
 
| [[Media:libjpeg.zip | download]]
 
| unknown
 
| NA
 
|-
 
| [[pthread]]
 
| NA
 
| Bad/Basic wrapper of [[pthread]]
 
| mavakadachi
 
| [[pthread]]
 
| [[pthread]]
 
| [[Thread/tutorial]]
 
 
|}
 
|}
  
==Resources==
+
== Resources ==
{| class="wikitable" style="margin-left:auto; margin-right:auto; width:100%; text-align:center; font-size:90%;"
+
{| class="apptable sortable"
 
|-
 
|-
! Title
+
! width="25%" | Title
! Version
 
 
! Description
 
! Description
! Creator
+
! width="20%" | Author
! DL
 
! Source
 
 
|-
 
|-
| [[gxtexconv]]
+
| [[BCX-BASIC]]
| beta 1
+
| Using BCX Basic to develop applications for the WII
| GX Texture Converter for Win32 and Linux.
+
| [[User:georgp24|georgp24]]
| shagkur
+
|-
| [http://www.megaupload.com/?d=6O0Y5DX5]
+
| [[BmpToZlibGC]]
| <span style="color:red;">No</span>
+
| Compress BMPs into includable header files
 +
| [[User:Cthulhu32|Cthulhu32]]
 +
|-
 +
| [[Code::Blocks]]
 +
| Code::Blocks is an IDE that can be used for cross compiling.
 +
| [http://www.codeblocks.org/ website]
 +
|-
 +
| [[Colorhelper]]
 +
| A short .h file which defines 19 colours and their hex codes
 +
| [[User:Pinecone|Pinecone]]
 
|-
 
|-
| [[USB mass storage device tester]]
+
| [[Dollz]]
| Version 3
+
| Compress DOL files
| Tests USB mass storage device reading and writing.
+
| softdev
| svpe
 
| [http://www.megaupload.com/?d=1U91X0XO]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
 
| [[EasyIOS]]
 
| [[EasyIOS]]
|
+
| An app for browsing the device tree and trying out quick IOS commands without doing builds
| An app for browsing the device tree and trying out quick IOS commands without doing builds.
+
| Beardface
| Beardface  
 
| [[:Image:EasyIOS.tgz|EasyIOS]] [http://ostsoft.net/go/?to=wiidl&dl=3 Mirror]
 
| <span style="color:green;">Available</span>
 
 
|-
 
|-
| [[Wiifuse server]]
+
| [[gxtexconv]]
|
+
| GX Texture Converter for Win32 and Linux
| Server for [[Wiifuse|wiifuse]] to remotely mount the Wii's nand file system.
+
| shagkur
| dhewg
 
| [[Development Tools/Wiifuse server|wiifuse server]]
 
| <span style="color:green;">Available</span>
 
|-
 
| [[BCX-BASIC]]
 
| 1.0
 
| Using BCX Basic to develop applications for the WII
 
| [[User:georgp24|georgp24]]
 
| [[Media:BCX_for_WII.zip]]
 
| included
 
 
|-
 
|-
 
| [[HBCXMLGen]]
 
| [[HBCXMLGen]]
| 0.0.1r2
 
 
| App to aid creation of XML files for HBC
 
| App to aid creation of XML files for HBC
 
| [[User:Pinecone|Pinecone]]
 
| [[User:Pinecone|Pinecone]]
| see page
+
|-
| irrelevant and boring
+
| [[Title Lister]]
 +
| Lists version info for all titles stored on the Wii's internal NAND flash
 +
| [[User:bushing|bushing]]
 +
|-
 +
| [[USB mass storage device tester]]
 +
| Tests USB mass storage device reading and writing
 +
| svpe
 
|-
 
|-
 
| [[Wii Homebrew Cursors]]
 
| [[Wii Homebrew Cursors]]
| 1.1a
 
 
| Cursor images for Wii homebrew software
 
| Cursor images for Wii homebrew software
| drmr
+
| [[User:drmr|drmr]]
| [[Wii Homebrew Cursors|from Wiibrew page]]
 
| n/a
 
|-
 
| [[User:Link of Hyrule/Dollz3|Dollz3]]
 
| v3.0
 
| Compress DOL files
 
| softdev
 
| [[:Image:Dollz3.zip|Download]]
 
| Unknown
 
 
|-
 
|-
 
| [[WiiBuilder]]
 
| [[WiiBuilder]]
| 1.0
+
| Windows software to use for Wii homebrew development
| Windows software to use for Wii homebrew development.
 
 
| [[User:Crayon|Crayon]]
 
| [[User:Crayon|Crayon]]
| [http://www.optimatek.com/wii/wiibuilder.rar Download]
 
| N/A
 
 
|-
 
|-
| [[BmpToZlibGC]]
+
| [[Wiifuse server]]
| 1.1
+
| Server for [[wiifuse]] to remotely mount the Wii's nand file system
| Compress BMPs into includable header files
+
| [[User:dhewg|dhewg]]
| [[User:Cthulhu32|Cthulhu32]]
+
 
| [http://wiibrew.org/w/images/9/96/BmpToZlibGc.1.1.zip Download]
 
| [http://wiibrew.org/w/images/4/4a/BmpToZlibGC.1.1src.zip Source]
 
|-
 
| [[Colorhelper]]
 
| n/a
 
| A short .h file which defines 19 colours and their hex codes
 
| [[User:Pinecone|Pinecone]]
 
| see page
 
| n/a
 
 
|}
 
|}
  
{{Navbox devtools}}
 
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 06:14, 18 April 2022

These Development Tools can help you develop homebrew applications and games for the Wii. The most important tool for Wii development is DevkitPPC, a port of the GCC toolchain along with supporting system libraries. The development tools listed below make development easier or to add additional functionality.

Core development

Title Description Author
devkitPPC GCC/MSys and associated utilities, standard C libraries based on newlib WinterMute
libogc Low-level libraries for interacting with Wii-specific sub-systems shagkur

Framework libraries

Title Description Author
Game Framework This is a basic framework to guide programmers in things like XML, Fonts, Images & the C++ Standard Template Library. Titmouse
GRRLIB GRRLib For GX Rgb Renderer Library, a simple C graphics library NoNameNo
libwiigui A GUI-making library, with a template included Tantric
libwiisprite A C++ sprite library which uses GX as its underlying rendering engine Chaosteil, (Feesh!)
MLlib Framework for graphics, input, audio, and so on. Friendly, easy coding Minishlink
MTek-GDL An easy to use object-oriented game development library ideal for simple and advanced Wii game projects TheCodingBrony
SDL Wii SDL port with SDL Mixer, Image, gfx, and ttf Numerous
WiiLÖVE Framework for making 2D Nintendo Wii homebrew games in Lua HTV04
Wire3D Object oriented multiplatform 3D engine for Wii and Windows (DirectX) antibyte
wit A C++ development toolkit for event-driven programming ahigerd

Libraries

Title Description Author
FreeTypeGX A wrapper class for libFreeType which renders a compiled FreeType parsable font into a GX texture Armin Tamzarian
GEMS Wifi A library to help with the initialization of wifi related stuff for Wii and DS. GEMISIS
gl2gx OpenGL for the Wii and/or Gamecube. noeska
GRRLIB-FreeType A easy extension on GRRLIB to support FreeType. Note: GRRLIB version 4.3.0 is supporting FreeType natively. wplaat
The HOMEbrew Menu Standard Library Quickly enable a HOME menu in your programs Arikado, Pinball Wizard, WarpedFlash
HomeMenu A graphics library independent Home Menu library written in C MetaFight
libCanvas Minimum runtime image drawing extension for libwiisprite henke37
libdolfs A read-only .dol-attached Ramdisk. Hornpipe2
Libmii Retrieves Mii data mdbrim
libnfs NFS driver for the Wii r-win
libNoise Noise generation library. Useful for terrain, and textures, among others. myrkr
LibProfile Code Profiler nuke
libsicksaxis PS3 controllers to the Wii xerpi
libosk An on screen keyboard Beardface
libusbkbd Easy access to the USB keyboard interface Cboomf
libwc24 Library for WiiConnect24. Yellows8
libwiilight Wii Disc slot light library Cboomf
Metaphrasis A static conversion class for transforming RGBA image buffers into various GX texture formats Armin Tamzarian
PNGU A collection of functions for handling .png files frontier
SpriteManager A easy to use sprite handler for libwiisprite (allow freetype text rendering) Untitled
[1] A simple library to read from different sources, like KDE's KIO frontier
VKeyboard Easy-to-Use Virtual Keyboard using the Wiimote. pho
WiiNetwork Wii network threaded tcp/http library dhewg and wplaat
Tracing A simple C++ library to trace logs event to file wplaat

Ported Libraries

Title Description Ported by
Box2D 2d physics library Beardface
FreeImage Popular image library melpo
LibELM A FAT driver using ELM FatFs SquidMan
libntfs NTFS driver using NTFS-3G shareese
Lua for Wii Extensible scripting language Feesh!
Minizip Simple unzip implementation using zlib Tantric
SDL_draw SDL_draw port to wii GCSX
SpiderMonkey Port of Mozilla's C implementation of JavaScript Mjbauer95
SQLite SQLite database library DrTwox
TinyXML Simple C++ parser for XML files (Wii port) Slappy
WiiPy Python for the Wii Comex, tehpola
Bullet-2.77 (Homepage) Professional 3D physics library ahigerd
libext2fs EXT2/EXT3 and EXT4 file systems driver Dimok

Resources

Title Description Author
BCX-BASIC Using BCX Basic to develop applications for the WII georgp24
BmpToZlibGC Compress BMPs into includable header files Cthulhu32
Code::Blocks Code::Blocks is an IDE that can be used for cross compiling. website
Colorhelper A short .h file which defines 19 colours and their hex codes Pinecone
Dollz Compress DOL files softdev
EasyIOS An app for browsing the device tree and trying out quick IOS commands without doing builds Beardface
gxtexconv GX Texture Converter for Win32 and Linux shagkur
HBCXMLGen App to aid creation of XML files for HBC Pinecone
Title Lister Lists version info for all titles stored on the Wii's internal NAND flash bushing
USB mass storage device tester Tests USB mass storage device reading and writing svpe
Wii Homebrew Cursors Cursor images for Wii homebrew software drmr
WiiBuilder Windows software to use for Wii homebrew development Crayon
Wiifuse server Server for wiifuse to remotely mount the Wii's nand file system dhewg