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