{"id":28423543,"url":"https://github.com/sillyfreak/typst-pull-eh","last_synced_at":"2025-09-02T11:39:33.925Z","repository":{"id":291168037,"uuid":"976187647","full_name":"SillyFreak/typst-pull-eh","owner":"SillyFreak","description":"Visualize pulleys with Typst and CeTZ","archived":false,"fork":false,"pushed_at":"2025-06-25T20:54:32.000Z","size":583,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T19:54:26.996Z","etag":null,"topics":["mechanics","typst","typst-package"],"latest_commit_sha":null,"homepage":"https://typst.app/universe/package/pull-eh","language":"Typst","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/SillyFreak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2025-05-01T16:52:09.000Z","updated_at":"2025-06-25T20:53:43.000Z","dependencies_parsed_at":"2025-05-03T08:42:24.028Z","dependency_job_id":null,"html_url":"https://github.com/SillyFreak/typst-pull-eh","commit_stats":null,"previous_names":["sillyfreak/typst-pullup","sillyfreak/typst-pull-eh"],"tags_count":0,"template":false,"template_full_name":"SillyFreak/typst-package-template","purl":"pkg:github/SillyFreak/typst-pull-eh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-pull-eh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-pull-eh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-pull-eh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-pull-eh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SillyFreak","download_url":"https://codeload.github.com/SillyFreak/typst-pull-eh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SillyFreak%2Ftypst-pull-eh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273279360,"owners_count":25077313,"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-09-02T02:00:09.530Z","response_time":77,"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":["mechanics","typst","typst-package"],"created_at":"2025-06-05T09:08:52.042Z","updated_at":"2025-09-02T11:39:33.917Z","avatar_url":"https://github.com/SillyFreak.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pull-eh\n\nVisualize pulleys with Typst and CeTZ. This package provides a function `wind()` that makes it easy\nto draw a taut rope/cable winding around a number of pulleys or pivot points.\n\n## Getting Started\n\nTo add this package to your project, use this:\n\n```typ\n#import \"@preview/cetz:0.4.0\"\n#import \"@preview/pull-eh:0.1.1\"\n\n#cetz.canvas(length: 2cm, {\n  import cetz.draw: *\n  import pull-eh: *\n\n  rotate(-65deg)\n\n  let point = (0, 9)\n  circle(name: \"a\", (5, 15), radius: 1)\n  circle(name: \"b\", (5, 12), radius: 0.8)\n  circle(name: \"c\", (5, 9), radius: 1)\n\n  wind(\n    stroke: 2pt,\n    point,\n    (coord: \"a\", radius: 1) + cw,\n    (coord: \"c\", radius: 1) + cw,\n    (coord: \"b\", radius: 0.8) + cw,\n    \"c.north\",\n  )\n})\n```\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./thumbnail-dark.svg\"\u003e\n  \u003cimg src=\"./thumbnail-light.svg\"\u003e\n\u003c/picture\u003e\n\n## Usage\n\nSee the [manual](docs/manual.pdf) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyfreak%2Ftypst-pull-eh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsillyfreak%2Ftypst-pull-eh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsillyfreak%2Ftypst-pull-eh/lists"}