{"id":25204253,"url":"https://github.com/shyguyberlin/opengldemo","last_synced_at":"2026-05-11T05:42:37.101Z","repository":{"id":273444593,"uuid":"919030192","full_name":"ShyguyBerlin/OpenGLDemo","owner":"ShyguyBerlin","description":"A small project for a university class","archived":false,"fork":false,"pushed_at":"2025-02-12T12:37:18.000Z","size":1771,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T23:43:22.466Z","etag":null,"topics":["cpp","glfw3","opengl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShyguyBerlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-19T14:33:55.000Z","updated_at":"2025-02-08T13:43:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3ec2b94-4d43-4944-8429-d1658821012f","html_url":"https://github.com/ShyguyBerlin/OpenGLDemo","commit_stats":null,"previous_names":["shyguyberlin/opengldemo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShyguyBerlin%2FOpenGLDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShyguyBerlin%2FOpenGLDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShyguyBerlin%2FOpenGLDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShyguyBerlin%2FOpenGLDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShyguyBerlin","download_url":"https://codeload.github.com/ShyguyBerlin/OpenGLDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266482,"owners_count":20910832,"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":["cpp","glfw3","opengl"],"created_at":"2025-02-10T08:17:02.451Z","updated_at":"2026-05-11T05:42:37.039Z","avatar_url":"https://github.com/ShyguyBerlin.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requirements\nto get all the packages needed to build the project run the following:\n```\n(Ubuntu)\n$ sudo apt install libglfw3-dev libgl-dev cmake\n```\n\nfor windows you install [MSYS2](https://github.com/msys2/msys2-installer/releases/download/2024-12-08/msys2-x86_64-20241208.exe)\nand run\n```\npacman -S mingw-w64-x86_64-toolchain\n```\n\nand \n```\npacman -S mingw-w64-x86_64-glfw\n```\n\nin the msys2 console.\nafter that you add\n```\nlist(APPEND CMAKE_PREFIX_PATH \"C:/msys64/mingw64/lib/cmake/glfw3\")\n\nfind_package(glfw3 3.4 REQUIRED)\n```\n\nis to CMakeLists.txt and \n```\nC:\\msys64\\mingw64\\bin\n```\n\nto PATH (system variable)\n\n# Build\nOptimally you can run any cmake wrapper in your IDE. There is a really nice extension for VSCode that does that for you, with a bit of configuration. Else you can also run the following command:\n```\n$ figure this out I have no idea\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyguyberlin%2Fopengldemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyguyberlin%2Fopengldemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyguyberlin%2Fopengldemo/lists"}