Short:        Support library for Graffiti Video Card
Author:       digulla@home.lake.de
Uploader:     digulla home lake de
Type:         driver/video
Version:      0.3
Architecture: m68k-amigaos
Kurz:         Linklib für die Graffiti Video Karte

Long:

Some of you might have noticed that there is a card called Graffiti. This
card allows to creaty chunky displays with 256 colors in the resolutions
80x256, 80x512, 160x256, 160x512, 320x256, 320x512 and AGA only 640x256
or 640x512.

This library contains code in plain C to init the card and render
some fancy graphics to it. The library has the following features:

- 24bit color model
- Primitives: Lines, Rectangles (hollow and filled), Ellipses
    (hollow/filled + rotated), text (with Alpha channel)
- Powerful filtering concept (unfinished yet :-( )
- Primitive 3D routines (only SetPoint() right now :-( )
- Single, double and multibuffering
- Highly optimized rendering (but still in C :-)
- Source is included

TODO

- Enhance filters
- Find someone with more time to finish the code :-(