Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 622 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 622 Bytes

Double Buffered Graphics Library

This project implements a graphics library for the TinyCore Linux VM run through QEMU. No C standard library calls were used, other than for debugging purposes and are commented out.

A test driver file "myDriver.c" allows the user to draw shapes based on keyboard input. User can draw crosshairs or repeating 1px wide line rectangles that alternate colors every 7 iterations. The rectangles continue to get smaller until they reach the center of the screen which has been totally filled.

No C standard library calls were made in the driver program.

Output Preview