summaryrefslogtreecommitdiff
path: root/content/projects/robson-gl.md
diff options
context:
space:
mode:
authorRoberto Esteves <contact@robertoesteves.dev>2025-12-31 14:19:13 +0000
committerRoberto Esteves <contact@robertoesteves.dev>2025-12-31 14:19:13 +0000
commit78070157c5ecee8ef52fe25f74e28fe188cfa95c (patch)
treebca4c635dd86d017e053f64ac75938858eeb7111 /content/projects/robson-gl.md
init: basic websiteHEADmaster
Diffstat (limited to 'content/projects/robson-gl.md')
-rw-r--r--content/projects/robson-gl.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/projects/robson-gl.md b/content/projects/robson-gl.md
new file mode 100644
index 0000000..60f1abf
--- /dev/null
+++ b/content/projects/robson-gl.md
@@ -0,0 +1,12 @@
+---
+title: "robsonGL"
+description: "Portable graphics library for any platform"
+weight: 2
+---
+
+This library implements all major operations one would expect to draw 2D scenes
+in a screen. All operations are done using fixed-point numbers, allowing systems
+that lack FPUs to use this library normally. The main focus is to be used for
+drawing the UI.
+
+> **NOTE: This is not ready for use**