fbgl (Framebuffer Graphics Library) is a minimalistic, header-only 2D framebuffer library written in C. Designed for simplicity and performance, fbgl provides an intuitive API for directly manipulating the Linux framebuffer device (/dev/fb0). Whether you're experimenting with low-level graphics or building lightweight graphical applications, fbgl offers the foundation you need.
No installation is required! Simply copy the fbgl.h file into your project directory and include it in your source files, while also defining the FBGL_IMPLEMENTATION macro in one of your source files.