{"id":19385807,"url":"https://github.com/turriform/opengl_cube","last_synced_at":"2026-05-07T16:40:31.862Z","repository":{"id":256689694,"uuid":"856061224","full_name":"turriform/opengl_cube","owner":"turriform","description":"rotating mesh with cglm","archived":false,"fork":false,"pushed_at":"2024-09-12T04:05:22.000Z","size":1145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T17:50:44.434Z","etag":null,"topics":["c","cglm","mesh","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/turriform.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":"2024-09-11T23:25:29.000Z","updated_at":"2024-09-16T10:10:56.000Z","dependencies_parsed_at":"2024-09-12T13:27:10.780Z","dependency_job_id":"eeafc905-13f8-4f2d-8984-d59daefc5cac","html_url":"https://github.com/turriform/opengl_cube","commit_stats":null,"previous_names":["turriform/opengl_cube"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/turriform/opengl_cube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turriform%2Fopengl_cube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turriform%2Fopengl_cube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turriform%2Fopengl_cube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turriform%2Fopengl_cube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turriform","download_url":"https://codeload.github.com/turriform/opengl_cube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turriform%2Fopengl_cube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32746441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["c","cglm","mesh","opengl"],"created_at":"2024-11-10T10:03:16.556Z","updated_at":"2026-05-07T16:40:31.839Z","avatar_url":"https://github.com/turriform.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### opengl rotating cube\n\nuses: \n\ncglm for math, \n\nglad for opengl 4.5\n\nsdl2 for window\n\n```bash\n./bin/prog\nESC \n```\n\nlooks like this:\n\n![opengl cube](https://github.com/turriform/opengl_cube/blob/main/cube.png)\n\noutputs this:\n\n```\nSDL init ok\nWindow Set up ok\nContext created\n\nOpenGL info context information\nVendor                  Mesa/X.org\nVersion                 4.5 (Core Profile) Mesa 22.3.6\nRenderer                llvmpipe (LLVM 15.0.6, 128 bits)\nShading language v      4.50\n\nfullpath ./shaders/vertex.glsl \nShader size 331\nShader compiled\nfullpath ./shaders/fragment.glsl \nShader size 114\nShader compiled\n\nShader linked\n\nWorld\nMatrix (float4x4): \n  |  0.69206  0.12318  0.71125  0.00000  |\n  |  0.12318  0.95073 -0.28450  0.00000  |\n  | -0.71125  0.28450  0.64279  0.00000  |\n  |  0.00000  0.00000  0.00000  1.00000  |\n\n\nView\nMatrix (float4x4): \n  |  1.00000  0.00000  0.00000  0.00000  |\n  |  0.00000  1.00000  0.00000  0.00000  |\n  |  0.00000  0.00000  1.00000 -7.00000  |\n  |  0.00000  0.00000  0.00000  1.00000  |\n\n\nPerspective\nMatrix (float4x4): \n  |  1.73205  0.00000  0.00000  0.00000  |\n  |  0.00000  1.73205  0.00000  0.00000  |\n  |  0.00000  0.00000 -1.02020 -0.20202  |\n  |  0.00000  0.00000 -1.00000  0.00000  |\n\nEnd of loop \nSDL quit\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturriform%2Fopengl_cube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturriform%2Fopengl_cube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturriform%2Fopengl_cube/lists"}