{"id":15052560,"url":"https://github.com/malwarebo/graphics","last_synced_at":"2026-02-14T04:07:17.184Z","repository":{"id":251174925,"uuid":"836529033","full_name":"malwarebo/graphics","owner":"malwarebo","description":"Graphics programming using C","archived":false,"fork":false,"pushed_at":"2025-07-12T04:01:53.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T17:03:02.397Z","etag":null,"topics":["c","glut","graphics-programming","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/malwarebo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-01T03:35:34.000Z","updated_at":"2025-07-12T04:01:56.000Z","dependencies_parsed_at":"2025-09-05T16:38:39.718Z","dependency_job_id":"1bfc3376-0b5d-41d0-9342-a089b4855f57","html_url":"https://github.com/malwarebo/graphics","commit_stats":null,"previous_names":["malwarebo/graphics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malwarebo/graphics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarebo%2Fgraphics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarebo%2Fgraphics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarebo%2Fgraphics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarebo%2Fgraphics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malwarebo","download_url":"https://codeload.github.com/malwarebo/graphics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malwarebo%2Fgraphics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29435556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","glut","graphics-programming","opengl"],"created_at":"2024-09-24T21:37:30.302Z","updated_at":"2026-02-14T04:07:17.167Z","avatar_url":"https://github.com/malwarebo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphics Programming\n\nA fun graphics repository that uses `C` as programming language with OpenGL and GLUT. The project is divided into multiple programs, each demonstrating a different concept.\n\n## Prerequisites\n\n- OpenGL and GLUT libraries (install according to your OS)\n- C compiler (gcc or clang)\n\n## Build and run the programs\n\n```bash\ngcc -framework OpenGL -framework GLUT -framework Cocoa -DGL_SILENCE_DEPRECATION \u003cprogram_name\u003e.c -o \u003cprogram_name\u003e\n\n$ ./\u003cprogram_name\u003e\n```\n\n### For example to build and run the rotating_hexagon.c program:\n\n```bash\ngcc -framework OpenGL -framework GLUT -framework Cocoa -DGL_SILENCE_DEPRECATION rotating_hexagon.c -o rotating_hexagon\n\n$ ./rotating_hexagon\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalwarebo%2Fgraphics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalwarebo%2Fgraphics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalwarebo%2Fgraphics/lists"}