Name | Modified | Size | Downloads / Week |
---|---|---|---|
grafx | 2023-11-23 | ||
grafx_3d | 2023-11-11 | ||
README.txt | 2023-11-07 | 501 Bytes | |
Totals: 3 Items | 501 Bytes | 2 |
There are two versions of this code: a standard version which is for 2D graphics and which is super optimized, and a 3D version which has a notion of Z-buffering and color interpolation, which still runs very efficiently. There are separate class hierarchies for these two versions, with the exception that two classes are shared code, those being FloatColor and ClipRectangle. The 2D graphics library releases are in directory 'grafx'. The 3D graphics library releases are in directory 'grafx_3d'.