MadTracker-FOSS / MadTracker3

Continuation of the MadTracker project, aimed at Windows/Mac/Linux support
Other
39 stars 1 forks source link

MTDisplay: SDL backend #7

Open AmEv7Fam opened 11 years ago

AmEv7Fam commented 11 years ago

Flib and I got talking, and we think that this is currently the best way to go.

flibitijibibo commented 11 years ago

Yup, just an MTSDLDevice and an MTSDLBitmap. Can be done with SDL and SDL_image, respectively.

flibitijibibo commented 11 years ago

Oh, and MTDecode can be shorted to a handful of SDL_image calls. Yeah.

EDIT: Nope, this was just a bunch of junk for MTGDIBitmap.

flibitijibibo commented 11 years ago

Okay, so we're all set to go here. Basically just implement MTBitmap, MTMask and MTDisplayDevice for SDL. They can be implemented in MTSDLDevice.cpp for MTDisplayDevice and MTSDLBitmap.cpp for MTBitmap and MTMask. Soon as that's done, this can be closed as "finished", as debugging it is a whole different story.