summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlvntky <klevent1903@gmail.com>2024-11-26 11:01:41 +0300
committerlvntky <klevent1903@gmail.com>2024-11-26 11:01:41 +0300
commit6f5de328e12b5b98deaf104d7f97a54b01acf6b9 (patch)
tree17efccffc2b3fb44fd4b6cea8c3854a36d0fb528 /README.md
parentef24db793b8bc3372feb674e7bf1d785d8697bc1 (diff)
[feature] text rednering added on showcase
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8f0982..9522156 100644
--- a/README.md
+++ b/README.md
@@ -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
![fist texture render](./docs/texture.gif)
+PSF Text in fbgl
+
+![text](./docs/text.png)
+
---
## Contact