Recent Changes - Search:

edit SideBar

SDL_gfx

Description

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.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc -q64" or "gcc -maix64".

Homepage: http://www.ferzkopp.net/Software/SDL_gfx-2.0/

Current version: v2.0.25-1

Download

RPM:

Source RPM:

Package dependencies:

  • SDL >= 1.2.14-3

Older version

RPM:

Source RPM:

Package dependencies:

  • SDL >= 1.2.14-3

All versions

Edit - History - Print - Recent Changes - Search
Page last modified on October 19, 2014, at 01:11 AM