Search code examples
sdlspritescaleimage-scaling

Scaling sprites in SDL


How can i scale sprites in SDL?


Solution

  • 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.