Somewhat finalized testing layout
[gfxprim.git] / algo / README
blob7ec89622dee18041168ecda2eb791aad825e84b9
1 This directory contains implementations of various drawing algorithms
2 in form of macros. Each macro generates a function that draws a shape
3 using lower-level primitives that are specified by the user.
5 This allows for having multiple drawing functions customized for various
6 conditions, typically various bit depths.