Information About

Svgalib




The library is simple to use, as can be seen from the folowing code sample:

#include
#include

int main(void)
{
vga_init();
vga_setmode(G320x200x256);
vga_setcolor(4);
vga_drawpixel(10, 10);

sleep(5);
vga_setmode(TEXT);

return EXIT_SUCCESS;
}


EXTERNAL LINKS

  • http://www.svgalib.org/

  • http://www.groups.google.com/group/svgalib

  • svgalib windows : a windowing program which uses svgalib