{"id":24351191,"url":"https://github.com/tttsaurus/mc122renderbook","last_synced_at":"2025-08-01T10:35:55.541Z","repository":{"id":273013957,"uuid":"918467962","full_name":"tttsaurus/Mc122RenderBook","owner":"tttsaurus","description":"My journey of GL with Minecraft 1.12.2 context. A collection of examples","archived":false,"fork":false,"pushed_at":"2025-06-03T15:28:17.000Z","size":70,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-03T23:26:09.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tttsaurus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-18T02:26:23.000Z","updated_at":"2025-06-03T15:28:18.000Z","dependencies_parsed_at":"2025-05-27T02:09:22.610Z","dependency_job_id":"3ddb2ff1-fff1-44a8-a6a8-21215a36b665","html_url":"https://github.com/tttsaurus/Mc122RenderBook","commit_stats":null,"previous_names":["tttsaurus/mc122renderbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tttsaurus/Mc122RenderBook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FMc122RenderBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FMc122RenderBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FMc122RenderBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FMc122RenderBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tttsaurus","download_url":"https://codeload.github.com/tttsaurus/Mc122RenderBook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FMc122RenderBook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266496546,"owners_count":23938714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-18T14:59:10.984Z","updated_at":"2025-07-22T12:35:20.679Z","avatar_url":"https://github.com/tttsaurus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"A collection of rendering examples and experiments in Minecraft 1.12.2. I'll continue to expand this repository as I explore and learn more about the rendering.\n\nYou are free to copy any example in this repo.\n\n## List of Articles\nAlthough they consist mostly of examples, it is recommended to read through them in the given order.\n- [Font Renderer \u0026 Basic Gl Calls](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/FontRenderer%26BasicGlCalls.md)\n- [Common Gl States](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/GlStates.md)\n- [Shape \u0026 State Experiments](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/Shapes%26States.md)\n- [Alpha Testing Explained](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/AlphaTestExplained.md)\n- [Blending Explained](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/BlendExplained.md)\n- [Rotation \u0026 Quaternion](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/Rotation%26Quaternion.md)\n- [Stencil Experiments](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/Stencil.md)\n- [Stencil Explained](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/StencilExplained.md) WIP\n- [An Example of a 3D Object](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/3DShapes.md)\n- [Draw Triangles Using Vertices and Indices](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/DrawVertices.md)\n- [VAO \u0026 Vertex Attribute Pointer](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/VaoAndVertexAttributePointer.md)\n- [Shader Loading \u0026 Shader Program](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/ShaderLoading%26ShaderProgram.md)\n- [Fixed-Function -\u003e Programmable Pipeline](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/ProgrammablePipeline.md)\n- [Common Buffer Objects](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/BufferObjects.md)\n- [NIO ByteBuffer Tips](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/NioByteBuffer.md)\n- [Intro To GLSL](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/IntroToGLSL.md) WIP\n- [Clip Space, View Space, etc](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/AllThatAboutViewClipEtc.md) WIP\n- [Parsing Obj Model](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/ParsingObjModel.md) WIP\n- [Framebuffer](https://github.com/tttsaurus/Mc122RenderBook/blob/main/articles/Framebuffer.md) WIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttsaurus%2Fmc122renderbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftttsaurus%2Fmc122renderbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttsaurus%2Fmc122renderbook/lists"}