{"id":19152258,"url":"https://github.com/autokaka/learnopengl2","last_synced_at":"2026-05-15T13:35:23.304Z","repository":{"id":39649776,"uuid":"485339564","full_name":"Autokaka/LearnOpenGL2","owner":"Autokaka","description":"Self made LearnOpenGL video series source code.","archived":false,"fork":false,"pushed_at":"2022-06-02T10:48:05.000Z","size":2110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T19:18:43.396Z","etag":null,"topics":["cmake","cpp","learning-by-doing","opengl"],"latest_commit_sha":null,"homepage":"https://www.bilibili.com/video/BV19i4y127b1/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Autokaka.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}},"created_at":"2022-04-25T11:17:48.000Z","updated_at":"2023-03-06T01:23:55.000Z","dependencies_parsed_at":"2022-08-28T10:01:36.191Z","dependency_job_id":null,"html_url":"https://github.com/Autokaka/LearnOpenGL2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Autokaka/LearnOpenGL2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autokaka%2FLearnOpenGL2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autokaka%2FLearnOpenGL2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autokaka%2FLearnOpenGL2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autokaka%2FLearnOpenGL2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Autokaka","download_url":"https://codeload.github.com/Autokaka/LearnOpenGL2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autokaka%2FLearnOpenGL2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cmake","cpp","learning-by-doing","opengl"],"created_at":"2024-11-09T08:17:17.288Z","updated_at":"2026-05-15T13:35:23.289Z","avatar_url":"https://github.com/Autokaka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn OpenGL Video Series\n\nHi~ 大家好呀, 我是熵菌, 上海哔哩哔哩科技有限公司的开发工程师, 现在在从事渲染引擎相关的工作. 我是个新人, 在很多方面都有所不足, 仍在奋力追赶前辈们中.\n\n想来平日到了下班时间或者周末也没有什么事情可做, 闲得发慌, 不如花点时间梳理梳理这些年的所学所感, 做成视频和小伙伴以及大佬们一起交流经验. 当初刚进组内时, 做的第一件事情就是熟悉OpenGL这个图形库, 我决定就从OpenGL开始, 慢慢整理本人入职以来直到现在逐渐明白的所有东西. 所以, 这个系列它来了:\n\n这个仓库是本人在bilibili同步更新的\"一起来玩OpenGL系列\"源码. 在这个视频系列里, 我尝试以一个普通学习者的角度去记录学习OpenGL的历程, 同时我也会穿插讲解一些可能对学习OpenGL有一点帮助的东西. 我不会特地备稿, 所有的学习反馈都是现学现卖, 每一集的视频可能会相当长, 且视频密度较大. 额外输出的内容来源于本人工作之余的自我反思与总结, 不能作为权威答案参考. 如果有任何问题还请劳烦各位大佬们直接指出, 我会改进. 让我们每天进步一点点吧~  \n\n传送门: \n\n[[一起来玩OpenGL系列] 1. Hello Window](https://www.bilibili.com/video/BV19i4y127b1/)\n\n[[一起来玩OpenGL系列] 2. Hello Triangle](https://www.bilibili.com/video/BV1vi4y1m75e/)\n\n[[一起来玩OpenGL系列] 2.1 Hello Triangle VAO VBO Homework](https://www.bilibili.com/video/BV1SS4y1c7wA/)\n\n[[一起来玩OpenGL系列] 3. Shaders](https://www.bilibili.com/video/BV1Vu411C7km/)\n\n[[一起来玩OpenGL系列] 3.1 Shaders Homework](https://www.bilibili.com/video/BV1DY4y1t781/)\n\n[[一起来玩OpenGL系列] 4. Textures](https://www.bilibili.com/video/BV1EB4y117QP/)\n\n[[一起来玩OpenGL系列] 4.1 Textures Homework](https://www.bilibili.com/video/BV1wB4y117VN/)\n\n[[一起来玩OpenGL系列] 5. Transformations](https://www.bilibili.com/video/BV1rS4y1h79J/)\n\n[[一起来玩OpenGL系列] 5.1 Transformations Homework](https://www.bilibili.com/video/BV1gY411A7bU/)\n\n[[一起来玩OpenGL系列] 6. Coordinate Systems](https://www.bilibili.com/video/BV1Br4y187xX/)\n\n[[一起来玩OpenGL系列] 6.1 Coordinate Systems Homework](https://www.bilibili.com/video/BV1wR4y1A7ab/)\n\n[[一起来玩OpenGL系列] 7. Camera](https://www.bilibili.com/video/BV1F34y1h7b1/)\n\n[[一起来玩OpenGL系列] 7.1 Camera Homework](https://www.bilibili.com/video/BV1uv4y1N7uF/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautokaka%2Flearnopengl2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautokaka%2Flearnopengl2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautokaka%2Flearnopengl2/lists"}