From ecc91290cb28c0cc5bf5bcc15f4ec81ae02a6f6f Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sun, 7 Dec 2025 02:13:02 +0800 Subject: [PATCH] [Docs] (README): Better introduction. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5601635..81fadc83 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ -# MobileGL +

MobileGL

+ +

+ C++ + GNU LGPL 2.1 + Development +

+ +

+A desktop OpenGL implementation +

MobileGL is a *free (libre)* and *open-source* project that implements a desktop **OpenGL** API. The goal is to provide a complete OpenGL implementation with a state management layer and multiple backends. -> **Status:** In development. Parts of the codebase are incomplete. Current short-term target: **OpenGL 3.3 Core Profile**. +> [!NOTE] +> +> **Status:** In development. Parts of the codebase are incomplete. Current short-term target: **OpenGL 3.3 (Core Profile)**. ## Project positioning