diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-26 11:01:41 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-26 11:01:41 +0300 |
| commit | 6f5de328e12b5b98deaf104d7f97a54b01acf6b9 (patch) | |
| tree | 17efccffc2b3fb44fd4b6cea8c3854a36d0fb528 /README.md | |
| parent | ef24db793b8bc3372feb674e7bf1d785d8697bc1 (diff) | |
[feature] text rednering added on showcase
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ - + # fbgl: Lightweight 2D Framebuffer Library for Linux `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. @@ -190,6 +190,10 @@ First Texture Rendering  +PSF Text in fbgl + + + --- ## Contact |
