Skip to content

Commit

Permalink
SDL2_gfx: adding to moonbase, does not conflict with its brother
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Oct 22, 2014
1 parent 96f3a3c commit f7c9fc7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/SDL2_gfx/DEPENDS
@@ -0,0 +1 @@
depends SDL
20 changes: 20 additions & 0 deletions graphics/SDL2_gfx/DETAILS
@@ -0,0 +1,20 @@
MODULE=SDL2_gfx
VERSION=1.0.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.ferzkopp.net/Software/SDL2_gfx/
SOURCE_VFY=sha1:a136873b71a8c00c0233db26e0c1dad9629b4209
WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14
ENTERED=20141007
UPDATED=20141007
SHORT="High quality graphics library"

cat << EOF
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, polygons, 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.
EOF

0 comments on commit f7c9fc7

Please sign in to comment.