{"id":19377986,"url":"https://github.com/hamolicious/inversekinematics","last_synced_at":"2026-05-18T00:02:36.029Z","repository":{"id":48940324,"uuid":"382913363","full_name":"hamolicious/InverseKinematics","owner":"hamolicious","description":"Inverse Kinematics implementation in Python and PyGame","archived":false,"fork":false,"pushed_at":"2021-08-07T16:01:00.000Z","size":1962,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T12:56:55.420Z","etag":null,"topics":["inverse-kinematics","numpy","pygame","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamolicious.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}},"created_at":"2021-07-04T17:42:43.000Z","updated_at":"2022-04-18T06:30:04.000Z","dependencies_parsed_at":"2022-09-08T17:42:02.497Z","dependency_job_id":null,"html_url":"https://github.com/hamolicious/InverseKinematics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamolicious/InverseKinematics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FInverseKinematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FInverseKinematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FInverseKinematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FInverseKinematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamolicious","download_url":"https://codeload.github.com/hamolicious/InverseKinematics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FInverseKinematics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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":["inverse-kinematics","numpy","pygame","python"],"created_at":"2024-11-10T09:04:27.041Z","updated_at":"2026-05-18T00:02:31.008Z","avatar_url":"https://github.com/hamolicious.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## InverseKinematics\nInverse Kinematics implementation in Python and PyGame\n\n![screenshot](https://github.com/hamolicious/InverseKinematics/blob/master/screenshots/screen_recording.gif?raw=true)\n\n# Usage\n```python\n# import object from ik.py\nfrom ik import InverseKinematicsActor2D, Constraints\n# create an inverse kinematics object\narm = InverseKinematicsActor2D(pos=(300, 300), limb_lengths=[100, 100, 100])\n# add constraints to limbs\narm[0].bones[0].constraint = lambda angle : Constraints.clamp(250, 350, angle)\n# updating the object re-calculates limb orientations\narm.update()\n# pass in a pygame `Surface` object to be drawn to\narm.display(screen)\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Finversekinematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamolicious%2Finversekinematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Finversekinematics/lists"}