Skip to content

A graphics library for the TinyCore Linux VM run through QEMU. No C standard library calls were used, other than for debugging.

Notifications You must be signed in to change notification settings

adrizos/DoubleBufferedGraphicsLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A graphics library for the TinyCore Linux VM run through QEMU. No C standard library calls were used, other than for debugging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages