Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
SDL_gfx: Graphic primitives, rotozoomer, framerate control and image filters
- Summary
- The SDL_gfx library offers several components: Graphic Primitives,
Rotozoomer, Framerate control, and MMX image filters. The Primitives
component provides basic drawing routines: pixels, hlines, vlines, lines,
aa-lines, rectangles, circles, ellipses, trigons, polygons, Bezier curves,
and an 8x8 pixmap font for drawing onto any SDL Surface. Full alpha
blending, hardware surface locking, and all surface depths are supported.
The Rotozoomer can use interpolation for high quality output.
Changelog
- * Thu Apr 6 01:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Mar 7 00:00:00 2006 Matthias Saou <http://freshrpms.net/> 2.0.13-4
-
- FC5 rebuild.
- * Fri Feb 10 00:00:00 2006 Matthias Saou <http://freshrpms.net/> 2.0.13-3
-
- Rebuild for new gcc/glibc.
- Update URLs.
- Exclude the static library.