{"id":17559845,"url":"https://github.com/rozelin-dc/matter-ts","last_synced_at":"2026-05-17T04:46:47.546Z","repository":{"id":197528181,"uuid":"691385780","full_name":"Rozelin-dc/matter-ts","owner":"Rozelin-dc","description":"A 2D rigid body physics engine for the web. TypeScript adaptation of Matter.js.","archived":false,"fork":false,"pushed_at":"2024-07-17T07:36:14.000Z","size":2673,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T07:57:16.289Z","etag":null,"topics":["canvas","javascript","physics","physics-engine","rigid-bodies","typescript","web"],"latest_commit_sha":null,"homepage":"https://rozelin-dc.github.io/matter-ts/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rozelin-dc.png","metadata":{"files":{"readme":"README.md","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,"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":"2023-09-14T04:34:39.000Z","updated_at":"2024-07-17T07:36:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"84a3887d-9ce7-44f8-a8af-d5543a8182a1","html_url":"https://github.com/Rozelin-dc/matter-ts","commit_stats":null,"previous_names":["rozelin-dc/matter-ts"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Rozelin-dc/matter-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rozelin-dc%2Fmatter-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rozelin-dc%2Fmatter-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rozelin-dc%2Fmatter-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rozelin-dc%2Fmatter-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rozelin-dc","download_url":"https://codeload.github.com/Rozelin-dc/matter-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rozelin-dc%2Fmatter-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280583893,"owners_count":26355258,"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-10-23T02:00:06.710Z","response_time":142,"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":["canvas","javascript","physics","physics-engine","rigid-bodies","typescript","web"],"created_at":"2024-10-21T11:07:55.968Z","updated_at":"2025-10-23T07:57:16.751Z","avatar_url":"https://github.com/Rozelin-dc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matter.ts\n\nThis library is a TypeScript adaptation of [Matter.js](https://github.com/liabru/matter-js). The main usage is the same as [Matter.js](https://github.com/liabru/matter-js). See [the README of Matter.js](https://github.com/liabru/matter-js/blob/master/README.md) for details.\n\nYou can also see [TypeDoc](https://rozelin-dc.github.io/matter-ts)\n\n## install\n```bash\nnpm install @rozelin/matter-ts\n```\n\n## Type Declaration Usage\nIf you want to import and use interface definitions, etc., you can write as follows.\n```ts\nimport Matter, { Body } from '@rozelin/matter-ts'\n\nconst body: Body.IBody = Matter.Body.create()\n```\n\nor\n\n```ts\nimport * as MatterTypes from '@rozelin/matter-ts'\nconst Matter = MatterTypes.default\n\nconst body: MatterTypes.Body.IBody = Matter.Body.create()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozelin-dc%2Fmatter-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozelin-dc%2Fmatter-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozelin-dc%2Fmatter-ts/lists"}