Games & emus worth porting
Originally posted by Edge-`@Tue, 2006-02-28 @ 07:27 PM
I think people would love an SDL wrapper (maybe one exists already?). Would encourage a lot of porting and development I think (I found SDL to be very easy, not as fast though of course as the original platform).
[post=144770]Quoted post[/post]
Initially I wanted to use sprites, but then I remembered that SGL containes a bitmap library and this one behaves just like SDL!
The wrappers however are game specific, I made it the easy way and used SDL variable names as indices in an array of images or sounds. To me it seems to be rather easy to use this approach in other simple SDL games of the same author. Maybe I will do it.
BTW: the source is online