Difference between revisions of "SDL2 gfx"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=SDL_gfx |Short description=Library consisting of drawing tools, Rotozoomer, Framerate control, and MMX image filters |Full description=The SDL_gfx library offers se...")
 
m (typo)
(4 intermediate revisions by 2 users not shown)
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=Graphics primitives and surface functions for SDL2
|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='''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.
 +
|Homepage URL=http://sourceforge.net/projects/sdl2gfx/
 
|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=svn checkout svn://svn.code.sf.net/p/sdl2gfx/code/trunk sdl2gfx-code
|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.1.0.1
|Last review by=Janet Casey
+
|Version date=2014/06/19
|Last review date=2008-01-07
+
|Version status=stable
 +
|Version download=http://sourceforge.net/projects/sdl2gfx/files/SDL2_gfx-1.0.1.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) Andreas Schiffler
 +
|License verified by=genium
 +
|License verified date=2014/11/24
 +
|License note=SDL_gfx version 2.0.13 was under the LGPLv2 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
 +
}}
 +
{{Resource
 +
|Resource audience=General
 +
|Resource kind=Download
 +
|Resource URL=http://sourceforge.net/projects/sdl2gfx/files/
 +
}}
 +
{{Resource
 +
|Resource audience=General
 +
|Resource kind=Download
 +
|Resource URL=http://sourceforge.net/projects/sdlgfx/files/
 +
}}
 +
{{Resource
 +
|Resource audience=General
 +
|Resource kind=Homepage
 +
|Resource URL=http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
 
}}
 
}}
 
{{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
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=SDL 1.2
+
|Prerequisite description=SDL 2.0
 
}}
 
}}
 +
{{Featured}}

Revision as of 21:18, 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.