Skip to content

richinfante/framebuffergraphics

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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