summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevent Kaya <42411502+lvntky@users.noreply.github.com>2025-04-20 02:44:47 +0300
committerGitHub <noreply@github.com>2025-04-20 02:44:47 +0300
commitbc7af8593354d2c070fd482aeb0b4394a0b9dbdb (patch)
tree20827c4a383094f30ba1278873e30facf1742d9e
parent1d5c368baeba7f0f18e73da32ac083374da535b2 (diff)
[docs] virtual testing guide added
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 21005a5..becac8c 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,18 @@ Simple ray casting demo
---
+## Testing on virtual framebuffer
+If you want to test your programs that made with FBGL without accelerate you user privilages on Linux, fallow these streps:
+
+```sh
+chmod +x fbgl_test_virtual_fb.sh
+./fbgl_test_virtual_fb.sh
+```
+Then, open a VNC viewer (like TigerVNC), connect to:
+```sh
+localhost:5900
+```
+
## Contact
If you have questions or suggestions, feel free to reach out via GitHub or email.