asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

GL Surface ( texture ) #15

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Implement a conversion from RGB surface to Texture, also taking care of converting colorkey to alpha, somehow... This will simplify implementation of Guichan frontend and others... Also that will provide more details into whats happening, along with more use cases for OpenGL in SDLut.

asmodehn commented 10 years ago

Can take a look at how guichan does it for it s front end... and here as well for comprehensive information about SDL and OpenGL http://osdl.sourceforge.net/main/documentation/rendering/SDL-openGL.html