asmodehn / sdlut

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

SDL : Wrapping the RWOps #29

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Looks like we are gonna need pretty soon a wrapping around the RWOps, even if they dont look really stable according to some SDL users... Anyway to get rid of file dependency ( like the default icon in RAGE::SDL, and maybe later default cursors ) we need a way to read images and load surface from memory the same way than frmo a file. Since SDL_LoadBMP uses SDL_LoadBMP_RW, we might be able to do the same but read from memory. Still need investigations...

asmodehn commented 10 years ago

Wrapping of RWOps started... still not sure of the right way to do it tho...

asmodehn commented 10 years ago

Wrapping done already widely use. Just missing to methods to make it complete tho...