Difference between revisions of "SDL2 gfx"

From Free Software Directory
Jump to: navigation, search
(Intermediary version)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=SDL_gfx
 
|Name=SDL_gfx
|Short description=Library consisting of drawing tools, Rotozoomer, Framerate control, and MMX image filters
+
|Short description=SDL-1.2 graphics drawing primitives, rotozoom and other supporting functions
|Full 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.
+
|Full description=The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons for SDL Surfaces and adding a couple other useful functions for zooming images for example and doing basic image processing on byte arrays.
 +
 
 +
Current components of the library are:
 +
* Graphic Primitives (SDL_gfxPrimitives.h, SDL_gfxPrimitives.c)
 +
* Rotozoomer (SDL_rotozoom.h, SDL_rotozoom.c)
 +
* Framerate control (SDL_framerate.h, SDL_framerate.c)
 +
* MMX image filters (SDL_imageFilter.h, SDL_imageFilter.c)
 +
* Custom Blit functions (SDL_gfxBlitFunc.h, SDL_gfxBlitFunc.c)
 +
* Build-in 8x8 Font (SDL_gfxPrimitives_font.h)
 +
|Homepage URL=http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
 
|User level=none
 
|User level=none
|Status=Live
 
 
|Component programs=Graphic Primitives,Rotozoomer,Framerate control,MMX image filters
 
|Component programs=Graphic Primitives,Rotozoomer,Framerate control,MMX image filters
|Homepage URL=http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html
 
|VCS checkout command=
 
 
|Computer languages=C,asm
 
|Computer languages=C,asm
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=SDL
 
|Related projects=SDL
 
|Keywords=graphics,drawing,sdl,interpolation,lines,Graphic Primitives,Rotozoomer,Framerate control,MMX image filters,pixels,hlines,vlines,aa-lines,rectangles,circles,ellipses,trigons,polygons,Bezier curves
 
|Keywords=graphics,drawing,sdl,interpolation,lines,Graphic Primitives,Rotozoomer,Framerate control,MMX image filters,pixels,hlines,vlines,aa-lines,rectangles,circles,ellipses,trigons,polygons,Bezier curves
|Is GNU=n
+
|Version identifier=2.0.25
|Last review by=Janet Casey
+
|Version date=2013/10/28
|Last review date=2008-01-07
+
|Version status=stable
 +
|Version download=http://sourceforge.net/projects/sdlgfx/files/SDL_gfx-2.0.25.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2014/11/24
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.0.13
+
|Status=
|Version date=2004-12-21
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-2.0.13.tar.gz
 
 
|License verified date=2003-12-11
 
|License verified date=2003-12-11
|Version comment=2.0.13 stable released 2004-12-21
+
}}
 +
{{Project license
 +
|License=Zlib
 +
|License copyright=Copyright (C) 2001-2011  Andreas Schiffler
 +
|License verified by=genium
 +
|License verified date=2014/11/24
 +
|License note=SDL gfx version 2.0.13 was under the LGPL2 license.
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Andreas Schiffler
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Andreas Schiffler
+
|Email=aschiffler@ferzkopp.net
|Email=aschiffler@cogeco.ca
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=Programmer
|Resource kind=E-mail
+
|Resource kind=VCS Repository Webview
|Resource URL=mailto:aschiffler@appwares.com
+
|Resource URL=http://sourceforge.net/p/sdlgfx/code
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Graphics=3d
 
|Graphics=3d
 
|Interface=library
 
|Interface=library
|Library=image-processing
 
 
|Use=library
 
|Use=library
 
|Works-with=graphics
 
|Works-with=graphics
}}
 
{{Project license
 
|License=LGPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2003-12-11
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 55: Line 57:
 
|Prerequisite description=SDL 1.2
 
|Prerequisite description=SDL 1.2
 
}}
 
}}
 +
{{Featured}}

Revision as of 20:45, 23 November 2014


[edit]

SDL_gfx

http://sourceforge.net/projects/sdl2gfx/
Graphics primitives and surface functions for SDL2

SDL_gfx is a library that contains graphics primitives and surface functions for SDL2.

Current components of the library are:

  • Graphic Primitives
  • Surface Rotozoomer
  • Framerate control
  • MMX image filters
  • Build-in 8x8 Font

They are wrapped up in an addon library which is also under the Zlib license.





Licensing

License

Verified by

Verified on

Notes

License

Zlib

Verified by

genium

Verified on

24 November 2014

Notes

SDL_gfx version 2.0.13 was under the LGPLv2 license.




Leaders and contributors

Contact(s)Role
Andreas Schiffler Maintainer


Resources and communication

AudienceResource typeURI
ProgrammerVCS Repository Webviewhttp://sourceforge.net/p/sdlgfx/code
GeneralDownloadhttp://sourceforge.net/projects/sdl2gfx/files/
GeneralHomepagehttp://cms.ferzkopp.net/index.php/software/13-sdl-gfx
GeneralDownloadhttp://sourceforge.net/projects/sdlgfx/files/


Software prerequisites

KindDescription
Required to useSDL 2.0




Entry










"Programmer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.