Difference between revisions of "SDL draw"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
}} | }} | ||
− | '''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) | + | '''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 [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] |
Revision as of 03:02, 5 April 2009
SDL_draw | |
General | |
---|---|
Author(s) | GCSX |
Type | Port |
Version | 1.2.1 |
Links | |
[[Here|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