Line 1:
Line 1:
{{Infobox development tools
{{Infobox development tools
−
| image = [[Image:SDL logo.png|120px]]
+
| image = [[File:SDL logo.png|120px]]
| title = SDL Wii
| title = SDL Wii
| type = framework library
| type = framework library
Line 116:
Line 116:
== Bugs ==
== Bugs ==
−
* SDL_gfx eats up memory and can cause code dumps. If you get code dumps then try removing SDL_gfx.
+
* SDL_gfx eats up memory and can cause code dumps. If you get code dumps then try removing SDL_gfx.
* There are no other known bugs besides the ones from the original SDL.
* There are no other known bugs besides the ones from the original SDL.
== Source ==
== Source ==
−
Many authors have contributed to the SDL Wii port over the years. The original source is from [http://www.libsdl.org libSDL]. A GameCube version was found in the devkitPro CVS repository. Mindcry made the port compatible with the Wii and added on sound, SDL_mixer and SDL_image. Devildante recompiled a version of SDL_image with libjpeg support, and added SDL_gfx and SDL_ttf with FreeType. Numerous changes were also made by Yohannes (threading, audio, etc), and David Hudson updated to the latest SDL SVN. Tantric has also rewritten portions, including the file access, audio, and video systems.
+
Many authors have contributed to the SDL Wii port over the years. The original source is from [http://www.libsdl.org libSDL]. A GameCube version was found in the devkitPro CVS repository. Mindcry made the port compatible with the Wii and added on sound, SDL_mixer and SDL_image. Devildante recompiled a version of SDL_image with libjpeg support, and added SDL_gfx and SDL_ttf with FreeType. Numerous changes were also made by Yohannes (threading, audio, etc), and David Hudson updated to the latest SDL SVN. Tantric has also rewritten portions, including the file access, audio, and video systems.
== See Also ==
== See Also ==
Line 127:
Line 127:
* [[SDL Wii/installation help]]
* [[SDL Wii/installation help]]
* [[:Category:Homebrew using SDL libraries|Homebrew using SDL libraries]]
* [[:Category:Homebrew using SDL libraries|Homebrew using SDL libraries]]
−
* [[SDL_draw]]
+
* [[SDL draw]]