Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
http://freecode.com/projects/sge
http://www.digitalfanatics.org/cal/sge/index.html
SGE is a graphic library for the excellent Simple DirectMedia Layer (SDL)
library (mainly) written by Sam Lantinga.
So, why use SGE? Well, SDL is a low level API and if you don't want to spend
time writing your own graphic functions (put pixel, line, circle...) you could
use SGE instead.
Some of SGE's features are:
- Pixel operations
- Clipping
- Lines, circles and other figures (with antialiasing and alpha blending)
- Rotation and scaling of surfaces
- Palette functions
- TrueType/Bitmap/SFont font functions
- Basic 2D collision detection
- Sprite classes
- Basic texture mapping
- Filled and gourand shaded polygons (with antialiasing or alpha blending)
Installation:
Copy SDK/#? ALL SDK:
CD SDK:local/newlib/lib
MakeLink libSGE.so libSGE.so.0 SOFT
|