blob: a4b2e117d23771334321ca291357bcce6db1187a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SGE is a graphic library for the Simple DirectMedia Layer (SDL) library.
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)
WWW: http://www.etek.chalmers.se/~e8cal1/sge/
|