3 \mainpage SDL2_gfx - Graphics primitives and surface functions for SDL2
5 \section contact_sec Contact and License
7 Email aschiffler at ferzkopp dot net to contact the author
8 or better check author's homepage at http://www.ferzkopp.net
9 for the most up-to-date contact information.
11 This library is licenced under the zlib License, see the file LICENSE for details.
14 \section intro_sec Introduction
16 The SDL2_gfx library provides the basic drawing functions such as lines,
17 circles or polygons provided by SDL_gfx on SDL2 against renderers of SDL2.
19 The current components of the SDL2_gfx library are:
20 - Graphic Primitives (SDL_gfxPrimitives.h, SDL_gfxPrimitives.c)
21 - Surface Rotozoomer (SDL_rotozoom.h, SDL_rotozoom.c)
22 - Framerate control (SDL_framerate.h, SDL_framerate.c)
23 - MMX image filters (SDL_imageFilter.h, SDL_imageFilter.c)
24 - Build-in 8x8 Font (SDL_gfxPrimitives_font.h)
26 Note that SDL2_gfx is compatible with SDL version 2.0 (not SDL 1.2).
28 \section documentation_sec Documentation
30 Please refer to the Doxygen-generated API documentation found in the
31 Docs/html folder as well as the test programs in the test folder.
33 \section changelog_sec Change Log
35 \verbinclude ChangeLog