An open API service indexing awesome lists of open source software.

https://github.com/ben-d-anderson/fbdirect

Experimental C++ project that renders graphics directly to the Linux frame buffer. The program adapts to video devices with different resolutions and low-level pixel formats. Best suited for embedded systems.
https://github.com/ben-d-anderson/fbdirect

cpp framebuffer linux rendering

Last synced: 26 days ago
JSON representation

Experimental C++ project that renders graphics directly to the Linux frame buffer. The program adapts to video devices with different resolutions and low-level pixel formats. Best suited for embedded systems.

Awesome Lists containing this project

README

          

# FBDirect
Experimental project to test writing directly to the [Linux frame buffer](https://en.wikipedia.org/wiki/Linux_framebuffer) with C++.
The program adapts to video devices with different resolutions and low-level pixel formats.

Only functional on Linux systems without a desktop environment (i.e. Ubuntu Server, Raspberry Pi OS Lite).

Demonstration:
![](demo/FBDirect-Demo.gif)