{"id":17918848,"url":"https://github.com/fastshift/opengl-template","last_synced_at":"2025-04-03T08:13:06.928Z","repository":{"id":231071560,"uuid":"780823113","full_name":"FASTSHIFT/OpenGL-Template","owner":"FASTSHIFT","description":"OpenGL Template Project","archived":false,"fork":false,"pushed_at":"2024-04-02T09:08:08.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T21:31:25.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/FASTSHIFT.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}},"created_at":"2024-04-02T08:20:17.000Z","updated_at":"2024-04-02T08:53:08.000Z","dependencies_parsed_at":"2024-04-02T10:05:22.810Z","dependency_job_id":"826761d3-fac5-4159-8183-1de39d12e2c1","html_url":"https://github.com/FASTSHIFT/OpenGL-Template","commit_stats":null,"previous_names":["fastshift/opengl-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FASTSHIFT%2FOpenGL-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FASTSHIFT%2FOpenGL-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FASTSHIFT%2FOpenGL-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FASTSHIFT%2FOpenGL-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FASTSHIFT","download_url":"https://codeload.github.com/FASTSHIFT/OpenGL-Template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246961955,"owners_count":20861182,"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","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":"2024-10-28T20:13:10.905Z","updated_at":"2025-04-03T08:13:06.904Z","avatar_url":"https://github.com/FASTSHIFT.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenGL-Template\n\n此项目是一个简化的 OpenGL 工程模板，代码参考自[learnopengl-cn](https://learnopengl-cn.github.io/)。\n\n## 环境搭建\n\nUbuntu 20.04\n```bash\nsudo apt install libglfw3-dev libglew3-dev\n```\n\n## 编译\n```bash\nmkdir build\ncd build\ncmake ..\nmake -j\n```\n\n## 运行\n```bash\n./build/Simulator\n```\n或者在**VSCode**的`launch.json`中添加\n```bash\n\"program\": \"${workspaceFolder}/build/Simulator\",\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastshift%2Fopengl-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastshift%2Fopengl-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastshift%2Fopengl-template/lists"}