[Docs|Improvement] (...): Add LICENSE and README.md. Modify some texts.

Signed-off-by: BZLZHH <admin@bzlzhh.top>
This commit is contained in:
BZLZHH
2025-03-23 08:49:50 +08:00
parent a60bc2644d
commit 8374a88731
4 changed files with 480 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
# MobileGL
## Third party components
**SPIRV-Cross** by **KhronosGroup**: [github](https://github.com/KhronosGroup/SPIRV-Cross)
**glslang** by **KhronosGroup**: [github](https://github.com/KhronosGroup/glslang)
**GlslOptimizerV2** by **aiekick**: [github](https://github.com/aiekick/GlslOptimizerV2)
## Progress
| Component | Development Progress |
|----------------------------------|----------------------|
| OpenGL 3.2 Core Profile Frontend | < 1% |
| Vulkan Backend | < 1% |
| Abstraction Layer | < 1% |
*Note: All components are currently in preliminary architectural design phase, with core development not yet commenced.*