Skip to content

NateChoe1/fbgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbgl - The framebuffer graphics library

A graphics library that interfaces with the Linux framebuffer.

The entire library revolves around a single function, setPoint(Framebuffer fb, int x, int y, Color color), which is used to draw lines, rectangles, circles, and polygons.

This project was really just an excuse to mess with the framebuffer and to discover the 2d graphics formulas, no reasonable program should exclusively target the Linux framebuffer.

I'm not going to put documentation here, you can read fbgl.h for that.

About

FrameBuffer Graphics Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published