Information AboutSvgalib |
| CATEGORIES ABOUT SVGALIB | |
| graphics libraries | |
| free development toolkits and libraries | |
|
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
|
|
|