From 6f5de328e12b5b98deaf104d7f97a54b01acf6b9 Mon Sep 17 00:00:00 2001 From: lvntky Date: Tue, 26 Nov 2024 11:01:41 +0300 Subject: [feature] text rednering added on showcase --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3