mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 20:28:32 +09:00
35 lines
1.6 KiB
Markdown
35 lines
1.6 KiB
Markdown
# MobileGL
|
|
|
|
> [!NOTE]
|
|
> **Important Note**: The project in this fork is undergoing a complete redesign and rewrite. The previous implementations have been removed or replaced.
|
|
|
|
## Third party components
|
|
|
|
**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** - [Various Licenses](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt): [github](https://github.com/KhronosGroup/glslang)
|
|
|
|
**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** - [The Happy Bunny License](https://github.com/g-truc/glm/blob/master/copying.txt): [github](https://github.com/g-truc/glm)
|
|
|
|
**DiligentCore** by **Diligent Graphics** - [Apache License 2.0](https://github.com/DiligentGraphics/DiligentCore/blob/master/License.txt): [github](https://github.com/DiligentGraphics/DiligentCore)
|
|
|
|
## Progress
|
|
|
|
**Target**: **OpenGL 3.2 Core Profile**
|
|
|
|
| Component | Development Progress |
|
|
|--------------------------------|----------------------|
|
|
| **OpenGL State Manager** | **0%** |
|
|
|
|
---
|
|
|
|
**Target**: **OpenGL implementation compatible with Minecraft 1.17 to 1.21.5**
|
|
|
|
| Component | Development Progress\* |
|
|
|--------------------------------|------------------------|
|
|
| **OpenGL State Manager** | **0 / 65** |
|
|
|
|
* *The number of functions that have been implemented*
|