--- 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**