SDLgfx
SDLgfx is an extension library for the Simple DirectMedia Layer (SDL) that provides additional graphics primitives and drawing functions beyond the core SDL API. Developed originally by Hans-Kristian Arnesen and later maintained by Peter "PSEED" A. Jensen, SDLgfx supplies routines for drawing Bézier curves, rotozooms, ellipses, polygons, and for rendering text with bitmap fonts. The library is distributed under the permissive zlib license, which allows free use, modification, and distribution in both open‑source and proprietary projects.
The library acts as a thin wrapper around SDL’s surface and rendering abstractions, exposing functions such
SDLgfx is popular in educational projects, hobbyist games, and demo scenes where quick prototyping of vector