diff options
Diffstat (limited to 'content/projects/robson-gl.md')
| -rw-r--r-- | content/projects/robson-gl.md | 12 |
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** |