{"id":18844047,"url":"https://github.com/mulx10/opengl","last_synced_at":"2026-04-29T00:07:44.743Z","repository":{"id":94123875,"uuid":"289903767","full_name":"MuLx10/OpenGL","owner":"MuLx10","description":"Repository containing OpenGL examples implementation(A naive attempt to learn OpenGL).","archived":false,"fork":false,"pushed_at":"2020-08-25T16:12:28.000Z","size":3964,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T13:10:35.273Z","etag":null,"topics":["glsl-shaders","ogl","opengl","shaders"],"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/MuLx10.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":"2020-08-24T11:01:09.000Z","updated_at":"2020-08-25T16:12:30.000Z","dependencies_parsed_at":"2023-03-26T14:06:08.233Z","dependency_job_id":null,"html_url":"https://github.com/MuLx10/OpenGL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuLx10%2FOpenGL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuLx10%2FOpenGL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuLx10%2FOpenGL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuLx10%2FOpenGL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuLx10","download_url":"https://codeload.github.com/MuLx10/OpenGL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780788,"owners_count":19695883,"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":["glsl-shaders","ogl","opengl","shaders"],"created_at":"2024-11-08T02:59:37.626Z","updated_at":"2026-01-31T18:30:14.276Z","avatar_url":"https://github.com/MuLx10.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenGL\nRepository containing OpenGL examples implementation.\n\n## Deps\n- CMake \u003e= 3\n- g++ (MinGW in Windows)\n- GLFW      (present in `deps` extract the zip)\n- GLEW      (present in `deps` extract the zip)\n- GLM       (present in `deps` extract the zip)\n- STB_IMAGE (present in `deps` extract the zip)\n## Build\n\n```bash\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n```\n\n#### Individual build\n```bash\n$ make {executable} # eg. make triangle\n```\n\n\n## Run\n\n```bash\n$ cd src/{project}/ # $ cd src/01-triangle/\n$ {executable} # $./triangle\n```\n\n**Supported executable**\n- triangle\n- texture\n- multi-texture\n- controls\n- 3d-model\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulx10%2Fopengl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmulx10%2Fopengl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulx10%2Fopengl/lists"}