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

Difference between revisions of "SDL draw"

From WiiBrew
Jump to navigation Jump to search
m (+ installation)
m (Robot: Cosmetic changes)
Line 10: Line 10:
  
 
My release is a simple compilation for Wii of the source code from Mario Palomo, José de la Huerga and Pepe González. You can find it [http://sdl-draw.sourceforge.net/ here]
 
My release is a simple compilation for Wii of the source code from Mario Palomo, José de la Huerga and Pepe González. You can find it [http://sdl-draw.sourceforge.net/ here]
You need to have [[SDL-Port]] installed in your development environment in order to use [[SDL_draw]] in your homebrew.
+
You need to have [[SDL-Port]] installed in your development environment in order to use [[SDL draw]] in your homebrew.
  
==Installation==
+
== Installation ==
 
Place SDL_draw.h in $DEVKITPRO\libogc\include\SDL and place libSDL_draw.a in $DEVKITPRO\libogc\lib\wii
 
Place SDL_draw.h in $DEVKITPRO\libogc\include\SDL and place libSDL_draw.a in $DEVKITPRO\libogc\lib\wii

Revision as of 18:17, 10 August 2009

SDL_draw
General
Author(s)GCSX
TypeLibrary
Version1.2.1
Links
Download

SDL_draw is a simple library to draw basic elements, like points, lines and circles, on SDL surfaces. It's the primitive drawing library that SDL (Simple DirectMedia Layer) needed!! :-)

My release is a simple compilation for Wii of the source code from Mario Palomo, José de la Huerga and Pepe González. You can find it here You need to have SDL-Port installed in your development environment in order to use SDL draw in your homebrew.

Installation

Place SDL_draw.h in $DEVKITPRO\libogc\include\SDL and place libSDL_draw.a in $DEVKITPRO\libogc\lib\wii