Scaling sprites in SDL

kmaxeg picture kmaxeg · Feb 15, 2010 · Viewed 7.3k times · Source

How can i scale sprites in SDL?

Answer

Kaleb Brasee picture Kaleb Brasee · Feb 15, 2010

SDL doesn't provide scaling functionality directly, but there's an additional library called SDL_gfx which provides rotation and zooming capabilities. There's also another library called Sprig which provides similar features.