{"id":16783664,"url":"https://github.com/boytchev/physijs","last_synced_at":"2025-08-14T12:44:56.730Z","repository":{"id":108952940,"uuid":"468243230","full_name":"boytchev/Physijs","owner":"boytchev","description":"Physics plugin for Three.js r150","archived":false,"fork":false,"pushed_at":"2024-03-23T16:31:40.000Z","size":4700,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T22:35:17.016Z","etag":null,"topics":["physics","physics-simulation","threejs"],"latest_commit_sha":null,"homepage":"https://boytchev.github.io/Physijs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boytchev.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}},"created_at":"2022-03-10T07:46:35.000Z","updated_at":"2025-01-17T09:37:48.000Z","dependencies_parsed_at":"2023-04-04T14:03:23.520Z","dependency_job_id":null,"html_url":"https://github.com/boytchev/Physijs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boytchev/Physijs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boytchev%2FPhysijs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boytchev%2FPhysijs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boytchev%2FPhysijs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boytchev%2FPhysijs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boytchev","download_url":"https://codeload.github.com/boytchev/Physijs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boytchev%2FPhysijs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270422594,"owners_count":24580831,"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-14T02:00:10.309Z","response_time":75,"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":["physics","physics-simulation","threejs"],"created_at":"2024-10-13T07:50:19.479Z","updated_at":"2025-08-14T12:44:56.692Z","avatar_url":"https://github.com/boytchev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Physijs\n=======\n\nThis fork of Physijs is compatible with newer Three.js, like r162 and r150. The code is\nidentical to the Chandler Prall's [Physijs](https://github.com/chandlerprall/Physijs),\nexcept for:\n\n- old Geometry is replaced with BufferGeometry;\n- classes are compatible with Three.js classes;\n- all examples are running (more or less).\n\nThese modifications are not thoroughly tested. There might be other parts of\nPhysijs that need changes.\n\n### Original Physijs examples (Three.js r162)\n\nClick on an image to run the example:\n\n[\u003cimg src=\"examples/snapshots/body.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/body.module.html)\n[\u003cimg src=\"examples/snapshots/collisions.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/collisions.module.html)\n[\u003cimg src=\"examples/snapshots/compound.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/compound.module.html)\n[\u003cimg src=\"examples/snapshots/constraints_car.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/constraints_car.module.html)\n[\u003cimg src=\"examples/snapshots/heightfield.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/heightfield.module.html)\n[\u003cimg src=\"examples/snapshots/jenga.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/jenga.module.html)\n[\u003cimg src=\"examples/snapshots/shapes.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/shapes.module.html)\n[\u003cimg src=\"examples/snapshots/vehicle.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/vehicle.module.html)\n\nMemory tests:\n\n[\u003cimg src=\"examples/snapshots/memorytest-compound.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/memorytest-compound.module.html)\n[\u003cimg src=\"examples/snapshots/memorytest-convex.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/memorytest-convex.module.html)\n[\u003cimg src=\"examples/snapshots/memorytest.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/memorytest.module.html)\n\n\n### Original Physijs examples (Three.js r150)\n\nClick on an image to run the example:\n\n[\u003cimg src=\"examples/snapshots/body.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/body.html)\n[\u003cimg src=\"examples/snapshots/collisions.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/collisions.html)\n[\u003cimg src=\"examples/snapshots/compound.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/compound.html)\n[\u003cimg src=\"examples/snapshots/constraints_car.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/constraints_car.html)\n[\u003cimg src=\"examples/snapshots/heightfield.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/heightfield.html)\n[\u003cimg src=\"examples/snapshots/jenga.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/jenga.html)\n[\u003cimg src=\"examples/snapshots/shapes.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/shapes.html)\n[\u003cimg src=\"examples/snapshots/vehicle.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/vehicle.html)\n\nMemory tests:\n\n[\u003cimg src=\"examples/snapshots/memorytest-compound.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/memorytest-compound.html)\n[\u003cimg src=\"examples/snapshots/memorytest-convex.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/memorytest-convex.html)\n[\u003cimg src=\"examples/snapshots/memorytest.jpg\" width=\"200\"\u003e](https://boytchev.github.io/Physijs/examples/memorytest.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboytchev%2Fphysijs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboytchev%2Fphysijs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboytchev%2Fphysijs/lists"}