{"id":22466446,"url":"https://github.com/coreh/gl-matrix.c","last_synced_at":"2025-08-02T07:30:56.477Z","repository":{"id":2116904,"uuid":"3059102","full_name":"coreh/gl-matrix.c","owner":"coreh","description":"C Matrix library for OpenGL apps. A port of the gl-matrix JavaScript library.","archived":false,"fork":false,"pushed_at":"2022-08-30T19:32:55.000Z","size":16,"stargazers_count":63,"open_issues_count":4,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T15:46:29.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreh.png","metadata":{"files":{"readme":"README","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":"2011-12-27T21:26:52.000Z","updated_at":"2024-12-29T17:52:01.000Z","dependencies_parsed_at":"2023-01-11T16:08:01.216Z","dependency_job_id":null,"html_url":"https://github.com/coreh/gl-matrix.c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coreh/gl-matrix.c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fgl-matrix.c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fgl-matrix.c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fgl-matrix.c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fgl-matrix.c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreh","download_url":"https://codeload.github.com/coreh/gl-matrix.c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fgl-matrix.c/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268348609,"owners_count":24236297,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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-12-06T10:12:18.426Z","updated_at":"2025-08-02T07:30:56.237Z","avatar_url":"https://github.com/coreh.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a fairly straightforward port of gl-matrix.js (https://github.com/toji/gl-matrix)\nfrom JavaScript to C.\n\nTo compile and install on UNIX systems, run from your terminal:\n\n    make\n    sudo make install\n\nThe library will be installed under /usr/local/lib and the headers at \n/usr/local/include. If you need to install it elsewhere, just edit the Makefile.\n\nTo use the library after installation, include the gl-matrix.h file:\n\n    #include \u003cgl-matrix.h\u003e\n\nAnd use the -lgl-matrix flag on your compiler:\n\n    clang -lgl-matrix main.c \n\nIf you want to include this library directly in your IDE project (it's probably\nthe easiest way to get this working on Windows w/ Visual Studio) you can simply\ncopy all the .c and .h files to your project directory, and add them normally.\n\nKnown issues:\n\n- The documentation still uses some JavaScript nomenclature from the original \nversion of the library.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreh%2Fgl-matrix.c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreh%2Fgl-matrix.c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreh%2Fgl-matrix.c/lists"}