From 05493e5e150febc5a1ccf236465e3859f30021b2 Mon Sep 17 00:00:00 2001 From: BZLZHH <69153940+BZLZHH@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:02:40 +0800 Subject: [PATCH] [Docs] (README): Update third-party components info. --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bb667131..c9e8c8b5 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ## Third party components -**SPIRV-Cross** by **KhronosGroup**: [github](https://github.com/KhronosGroup/SPIRV-Cross) +**SPIRV-Cross** by **KhronosGroup** - [Apache License 2.0](https://github.com/KhronosGroup/SPIRV-Cross/blob/master/LICENSE): [github](https://github.com/KhronosGroup/SPIRV-Cross) -**glslang** by **KhronosGroup**: [github](https://github.com/KhronosGroup/glslang) +**glslang** by **KhronosGroup** - [Various Licenses](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt): [github](https://github.com/KhronosGroup/glslang) -*(Unused Currently)* **GlslOptimizerV2** by **aiekick**: [github](https://github.com/aiekick/GlslOptimizerV2) +*(Unused Currently)* **GlslOptimizerV2** by **aiekick** - [Apache License 2.0](https://github.com/aiekick/GlslOptimizerV2/blob/master/LICENSE): [github](https://github.com/aiekick/GlslOptimizerV2) -**unordered_dense** by **Martin Leitner-Ankerl**: [github](https://github.com/martinus/unordered_dense) +**unordered_dense** by **Martin Leitner-Ankerl** - [MIT License](https://github.com/martinus/unordered_dense/blob/main/LICENSE): [github](https://github.com/martinus/unordered_dense) -**OpenGL Mathematics (*GLM*)** by **G-Truc Creation**: [github](https://github.com/g-truc/glm) +**OpenGL Mathematics (*GLM*)** by **G-Truc Creation** - [MIT License](https://github.com/g-truc/glm/blob/master/copying.txt): [github](https://github.com/g-truc/glm) ## Progress @@ -27,11 +27,11 @@ **Target**: **OpenGL implementation compatible with Minecraft 1.17 to 1.21.5** -| Component | Development Progress\* | -|--------------------------------|------------------------| -| **OpenGL State Manager** | **65 / 65** | -| **Abstraction Layer (MG_RHI)** | **0 / 61** | -| **OpenGL ES Backend** | **N/A** (of MG_RHI) | -| **Vulkan Backend** | **planned** | +| Component | Development Progress* | +|--------------------------------|-----------------------| +| **OpenGL State Manager** | **65 / 65** | +| **Abstraction Layer (MG_RHI)** | **0 / 61** | +| **OpenGL ES Backend** | **N/A** (of MG_RHI) | +| **Vulkan Backend** | **planned** | -\* *The number of functions that have been implemented* \ No newline at end of file +* *The number of functions that have been implemented*