{"id":16608561,"url":"https://github.com/arsdever/opengl_tutorials","last_synced_at":"2026-05-28T01:01:53.739Z","repository":{"id":43718369,"uuid":"458110836","full_name":"arsdever/opengl_tutorials","owner":"arsdever","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-11T13:45:36.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T02:16:14.001Z","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/arsdever.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-02-11T08:52:24.000Z","updated_at":"2022-02-20T12:37:16.000Z","dependencies_parsed_at":"2023-01-18T03:45:44.364Z","dependency_job_id":null,"html_url":"https://github.com/arsdever/opengl_tutorials","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arsdever/opengl_tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsdever%2Fopengl_tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsdever%2Fopengl_tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsdever%2Fopengl_tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsdever%2Fopengl_tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsdever","download_url":"https://codeload.github.com/arsdever/opengl_tutorials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsdever%2Fopengl_tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33589684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":"2024-10-12T01:26:37.675Z","updated_at":"2026-05-28T01:01:49.696Z","avatar_url":"https://github.com/arsdever.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Prerequisites\n- [vcpkg](https://vcpkg.io/en/getting-started.html)\n- [CMake](https://cmake.org/install/)\n- [A compiler](https://en.wikipedia.org/wiki/Compiler)\n  + [Visual Studio](https://visualstudio.microsoft.com/)\n  + [CLang](https://releases.llvm.org/download.html)\n  + [GCC](https://gcc.gnu.org/)\n  + Basically any compiler. If it doesn't compile or work properly, feel free\n\tto file an issue. I'll definitelly address it.\n\n## Installation\n1. Open a terminal\n2. If you don't have the `vcpkg` in your path, `cd` to the `vcpkg` directory\n3. Install some pakages with the following command\n   ```\n   vcpkg install glfw3 glad OpenGL\n   ```\n5. Configure the `cmake`\n   ```\n   cd -\n   mkdir build\n   cd build\n   cmake ../ -DCMAKE_TOOLCHAIN_FILE=\u003cpath_to_vcpkg\u003e/scripts/buildsystems/vcpkg.cmake\n   ```\n6. Build\n   ```\n   cmake -b .\n   ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsdever%2Fopengl_tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsdever%2Fopengl_tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsdever%2Fopengl_tutorials/lists"}