diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:58:10 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:58:10 +0300 |
| commit | 39ff731d15d3be96be7a5a65ad7d530dc11aeb20 (patch) | |
| tree | f3b69af8dfefa5e1d88d85afe4c3ea19845bdfe5 /README.md | |
| parent | 9ee9ec8598c85024153f9a40fb3f982a4688dce4 (diff) | |
[docs] code quality badge added
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # fbgl: Lightweight 2D Framebuffer Library for Linux +[](https://app.codacy.com/gh/lvntky/fbgl/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) + + `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. --- |
