{"id":18551319,"url":"https://github.com/morvanzhou/bezierview","last_synced_at":"2025-04-09T22:31:33.561Z","repository":{"id":63819291,"uuid":"570997390","full_name":"MorvanZhou/bezierview","owner":"MorvanZhou","description":"bezier curve animation play","archived":false,"fork":false,"pushed_at":"2023-01-13T03:39:41.000Z","size":1026,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T16:15:43.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/MorvanZhou.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}},"created_at":"2022-11-26T20:21:42.000Z","updated_at":"2024-12-07T08:11:22.000Z","dependencies_parsed_at":"2023-02-09T14:30:24.038Z","dependency_job_id":null,"html_url":"https://github.com/MorvanZhou/bezierview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorvanZhou%2Fbezierview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorvanZhou%2Fbezierview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorvanZhou%2Fbezierview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorvanZhou%2Fbezierview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MorvanZhou","download_url":"https://codeload.github.com/MorvanZhou/bezierview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248123590,"owners_count":21051499,"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","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-11-06T21:08:37.818Z","updated_at":"2025-04-09T22:31:32.899Z","avatar_url":"https://github.com/MorvanZhou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BezierView\n\nView Bezier Curve transformation by Python.\n\n## Install\n\n```shell\npip install bezierview\n```\n\n# Play\n\nPlay Bezier Curve with pure python.\n\n![play](https://github.com/MorvanZhou/bezierview/raw/main/curve_play.gif)\n\n```python\nimport bezierview\n\nbezierview.play()\n```\n\n# Animation\n\nView an animated creation of pre-defined points.\n\n![animation](https://github.com/MorvanZhou/bezierview/raw/main/curve.gif)\n\n```python\nimport bezierview\n\npoints = [[50, 350], [250, 100], [330, 350], [450, 100]]\nbezierview.animate(points)\n```\n\n# View static curve\n\nView a static plot of pre-defined points.\n\n```python\nimport bezierview\n\npoints = [[50, 350], [250, 100], [330, 350], [450, 100]]\nbezierview.show(points)\n```\n\n![pic](https://github.com/MorvanZhou/bezierview/raw/main/curve.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorvanzhou%2Fbezierview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorvanzhou%2Fbezierview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorvanzhou%2Fbezierview/lists"}