Skip to content

(!! EXPERIMENTAL !!) A C library for direct access to the framebuffer

Notifications You must be signed in to change notification settings

richinfante/framebuffergraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framebuffer Graphics

This is a modified version of a really old project I build back in high school. I'm still in progress of making it more modern and fast, and at the moment, it compiles, but is most likely very buggy

At it's heart, this project aims to allow programs running on a small device such as a raspberry pi to be able to draw graphics using a simple API and without needing the X window system.

Dependencies

Install libpng-dev and libjpeg-dev if you are using the PNG or JPEG functions.

sudo apt-get install libpng-dev libjpeg-dev

Building the demo

make

Licence

MIT

About

(!! EXPERIMENTAL !!) A C library for direct access to the framebuffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages