I am having loads of trouble trying to get a graphics library that provides a
decent number of primitives (i.e. more than get/set pixel) and will still work
in a graphics mode with 16 colours. Svgalib is nice, but GL doesn't work
properly in a 16 color mode -- you always have to write off the screen and
then copy it all on, and the copying is really messy (it takes about 4 passes
to draw the screen). I really like the look of libgrx but again it won't work
in a 16 color mode -- blitting doesn't work properly and it has lots of
trouble drawing lines!
Can anyone recommend a graphics library that will work for a mode such as
this.
While on the subject does anyone know of a graphics library that supports
loadable drivers (such as those on TGE for DOS?)
Cheers,
Damyan