[SDL] Compiled Sprites

Torsten Giebl wizard at syntheticsw.com
Wed Jul 26 15:25:22 PDT 2006


Hello !


> How to make a compiled sprite in SDL?


There are no compiled sprites like in Allegro in SDL.
But you can use the RLE flag, that produces sprites
that are written memory like set color x in next y pixels,
next z pixels are transparent and so on.



CU





More information about the SDL mailing list