{"id":51178276,"url":"https://github.com/yzx9/sdflit","last_synced_at":"2026-06-27T05:06:07.695Z","repository":{"id":214055218,"uuid":"734571709","full_name":"yzx9/sdflit","owner":"yzx9","description":"Fast and Robust Signed Distance Function Library","archived":false,"fork":false,"pushed_at":"2026-01-20T13:26:29.000Z","size":101,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T00:14:56.941Z","etag":null,"topics":["pyo3","sdf"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yzx9.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-12-22T03:11:12.000Z","updated_at":"2026-01-20T13:07:04.000Z","dependencies_parsed_at":"2024-04-04T04:28:38.750Z","dependency_job_id":"1ab2644b-c72d-46c9-8954-5c5734357bf4","html_url":"https://github.com/yzx9/sdflit","commit_stats":null,"previous_names":["yzx9/sdflit"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/yzx9/sdflit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzx9%2Fsdflit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzx9%2Fsdflit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzx9%2Fsdflit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzx9%2Fsdflit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yzx9","download_url":"https://codeload.github.com/yzx9/sdflit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzx9%2Fsdflit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34842165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"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":["pyo3","sdf"],"created_at":"2026-06-27T05:06:07.127Z","updated_at":"2026-06-27T05:06:07.689Z","avatar_url":"https://github.com/yzx9.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDF-Lit\n\n## Usage\n\n```sh\npip install sdflit\n```\n\nTry it in Python:\n\n```python\n\u003e\u003e\u003e import sdflit as sdf\n\u003e\u003e\u003e sphere = sdf.Sphere((0, 0, 0), 1)\n\u003e\u003e\u003e sphere.distance((0, 0, 0))\n-1.0\n\u003e\u003e\u003e sphere.distance((1, 0, 0))\n0.0\n\u003e\u003e\u003e sphere.distance((1, 1, 1))\n0.7320507764816284\n```\n\n## Development\n\nSetup Python venv:\n\n```sh\npython -m venv .env\nsource .env/bin/activate\npip install maturin\n```\n\nBuild Python package after each modification:\n\n```sh\nmaturin develop\n```\n\n## License\n\nThis work is licensed under a \u003ca rel=\"license\" href=\"https://www.apache.org/licenses/\"\u003eApache-2.0\u003c/a\u003e.\n\nCopyright (c) 2023-present, Zexin Yuan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzx9%2Fsdflit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyzx9%2Fsdflit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzx9%2Fsdflit/lists"}