List of development tools: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Blooper4912 (talk | contribs) |
||
Line 12: | Line 12: | ||
| [[:Image:EasyIOS.tgz|EasyIOS]] | | [[:Image:EasyIOS.tgz|EasyIOS]] | ||
| | | | ||
| This app is for browsing the device tree | | This app is 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] | | [[:Image:EasyIOS.tgz|EasyIOS]] [http://ostsoft.net/go/?to=wiidl&dl=3 Mirror] | ||
Line 19: | Line 19: | ||
| [[GRRLIB]] | | [[GRRLIB]] | ||
| 3.0.1 | | 3.0.1 | ||
| GRRLIB For GX Rgb Renderer Library, | | GRRLIB For GX Rgb Renderer Library, a simple C graphics library. | ||
| NoNameNo | | NoNameNo | ||
| [[GRRLIB]] | | [[GRRLIB]] | ||
Line 26: | Line 26: | ||
| [[libwiisprite]] | | [[libwiisprite]] | ||
| 0.3.0a | | 0.3.0a | ||
| | | A sprite library which uses GX as it's underlying rendering engine. | ||
| Chaosteil, Feesh! | | Chaosteil, Feesh! | ||
| [[libwiisprite]] | | [[libwiisprite]] | ||
Line 33: | Line 33: | ||
| [[User:Cboomf/libusbkbd|libusbkbd]] | | [[User:Cboomf/libusbkbd|libusbkbd]] | ||
| 1 | | 1 | ||
| Easy access to the | | Easy access to the USB keyboard interface. | ||
| Cboomf | | Cboomf | ||
| [[User:Cboomf/libusbkbd|download]] | | [[User:Cboomf/libusbkbd|download]] | ||
Line 40: | Line 40: | ||
| [[User:Davyg/libwiikeyboard|libwiikeyboard]] | | [[User:Davyg/libwiikeyboard|libwiikeyboard]] | ||
| 0.2b | | 0.2b | ||
| | | USB keyboard interface library. | ||
| Davyg | | Davyg | ||
| [[Image:Libwiikeyboard.tar.bz2 | download]] | | [[Image:Libwiikeyboard.tar.bz2 | download]] | ||
Line 47: | Line 47: | ||
| [[PNGU]] | | [[PNGU]] | ||
| 0.2b | | 0.2b | ||
| | | A collection of functions for handling .png files. | ||
| frontier | | frontier | ||
| [http://frontier-dev.net] | | [http://frontier-dev.net] | ||
Line 54: | Line 54: | ||
| [[Sndlib]] | | [[Sndlib]] | ||
| BETA 1.0 | | BETA 1.0 | ||
| Sound library for Wii | | Sound library for Wii. | ||
| Hermes | | Hermes | ||
| [http://www.entuwii.net/foro/viewtopic.php?f=6&t=24&start=0&st=0&sk=t&sd=a Release notes] | | [http://www.entuwii.net/foro/viewtopic.php?f=6&t=24&start=0&st=0&sk=t&sd=a Release notes] | ||
Line 68: | Line 68: | ||
| [[VFSlib]] | | [[VFSlib]] | ||
| 0.1a | | 0.1a | ||
| A simple library to read from different sources, like KDE's KIO | | A simple library to read from different sources, like KDE's KIO. | ||
| frontier | | frontier | ||
| [http://frontier-dev.net/2008/05/virtual-file-system.html frontier's blog] | | [http://frontier-dev.net/2008/05/virtual-file-system.html frontier's blog] | ||
Line 75: | Line 75: | ||
| [[libosk]] | | [[libosk]] | ||
| 0.4.4 | | 0.4.4 | ||
| On Screen Keyboard | | On Screen Keyboard. | ||
| beardface | | beardface | ||
| [http://wiichat.googlecode.com/files/libosk-0.4.4.zip libosk-0.4.4] | | [http://wiichat.googlecode.com/files/libosk-0.4.4.zip libosk-0.4.4] | ||
Line 82: | Line 82: | ||
| [[VKeyboard]] | | [[VKeyboard]] | ||
| 0.1 | | 0.1 | ||
| | | Demo of a virtual Keyboard using the Wiimote. | ||
| pho | | pho | ||
| [http://www.megaupload.com/es/?d=FDE093LR VKeyboard 0.1] | | [http://www.megaupload.com/es/?d=FDE093LR VKeyboard 0.1] | ||
Line 89: | Line 89: | ||
| [[Wiifuse server]] | | [[Wiifuse server]] | ||
| | | | ||
| Server for [[Wiifuse|wiifuse]] to remotely mount the | | Server for [[Wiifuse|wiifuse]] to remotely mount the Wii's nand file system. | ||
| dhewg | | dhewg | ||
| [[Development Tools/Wiifuse server|wiifuse server]] | | [[Development Tools/Wiifuse server|wiifuse server]] | ||
Line 96: | Line 96: | ||
| [[gl2gx]] | | [[gl2gx]] | ||
| alpha 1.4 | | alpha 1.4 | ||
| OpenGL for the | | OpenGL for the Wii and/or Gamecube. | ||
| noeska | | noeska | ||
| [http://code.google.com/p/gl2gx/downloads/list gl2gx] | | [http://code.google.com/p/gl2gx/downloads/list gl2gx] | ||
Line 103: | Line 103: | ||
| [[gxtexconv]] | | [[gxtexconv]] | ||
| beta 1 | | beta 1 | ||
| GX Texture Converter | | GX Texture Converter for Win32 and Linux. | ||
| shagkur | | shagkur | ||
| [http://www.megaupload.com/?d=6O0Y5DX5] | | [http://www.megaupload.com/?d=6O0Y5DX5] |
Revision as of 06:41, 2 August 2008
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.
Development
Title | Version | Description | Creator | DL | Source |
---|---|---|---|---|---|
EasyIOS | This app is for browsing the device tree and trying out quick IOS commands without doing builds. | Beardface | EasyIOS Mirror | Available | |
GRRLIB | 3.0.1 | GRRLIB For GX Rgb Renderer Library, a simple C graphics library. | NoNameNo | GRRLIB | Available |
libwiisprite | 0.3.0a | A sprite library which uses GX as it's underlying rendering engine. | Chaosteil, Feesh! | libwiisprite | On Request |
libusbkbd | 1 | Easy access to the USB keyboard interface. | Cboomf | download | Included |
libwiikeyboard | 0.2b | USB keyboard interface library. | Davyg | download | download |
PNGU | 0.2b | A collection of functions for handling .png files. | frontier | [1] | Available |
Sndlib | BETA 1.0 | Sound library for Wii. | Hermes | Release notes | Available |
USB mass storage device tester | Version 3 | Tests USB MSD reading and writing. | svpe | [2] | Available |
VFSlib | 0.1a | A simple library to read from different sources, like KDE's KIO. | frontier | frontier's blog | Available |
libosk | 0.4.4 | On Screen Keyboard. | beardface | libosk-0.4.4 | Request |
VKeyboard | 0.1 | Demo of a virtual Keyboard using the Wiimote. | pho | VKeyboard 0.1 | Soon |
Wiifuse server | Server for wiifuse to remotely mount the Wii's nand file system. | dhewg | wiifuse server | Available | |
gl2gx | alpha 1.4 | OpenGL for the Wii and/or Gamecube. | noeska | gl2gx | Available |
gxtexconv | beta 1 | GX Texture Converter for Win32 and Linux. | shagkur | [3] | No |
Development Libraries (Ported)
Title | Version | Description | Ported by | DL | Source | Example |
---|---|---|---|---|---|---|
Box2D | SVN (6/28/2008) | 2d physics library for the wii. | Beardface | box2d-wii.zip | here | Included |
libmxml | mxml-2.5 | xml library for loading/saving xml configuration files to the wii. | Beardface | libmxml | here | Included |
Lua for Wii | 5.1.3 port | Lua is an extensible scripting language. | Feesh! | [4] | Available | Included |
SDL-Port | 1.2.8 | SDL port to wii with SDl Mixer, Image, gfx, and ttf | mindcry, devildante | SDL, Mixer, Image Image with libjpeg, tff with freetype, and gfx | SDL, Mixer, Image | google "SDL examples" |
WiiPy | alpha 2 | Python for the Wii | comex, tehpola | wiipy_a2.elf | Available | Included |
FreeImage | 3.10.0 port | Popular image library | melpo | FreeImage | here | Included |
Miscellaneous
Title | Version | Description | Creator | DL | Source |
---|---|---|---|---|---|
Wii Homebrew Cursors | 1.1 | Cursor images for Wii homebrew software | drmr | from Wiibrew page | n/a |