{"id":15983244,"url":"https://github.com/suyashkumar/scad-text","last_synced_at":"2026-01-18T08:34:10.299Z","repository":{"id":82739698,"uuid":"59374819","full_name":"suyashkumar/scad-text","owner":"suyashkumar","description":"Simple OpenSCAD text library (with opt. pedestals for vertical and sheer text)","archived":false,"fork":false,"pushed_at":"2023-12-17T01:27:29.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T20:37:08.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"OpenSCAD","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suyashkumar.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-05-21T18:10:18.000Z","updated_at":"2023-12-17T01:18:02.000Z","dependencies_parsed_at":"2023-03-07T03:15:13.423Z","dependency_job_id":null,"html_url":"https://github.com/suyashkumar/scad-text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/suyashkumar/scad-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fscad-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fscad-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fscad-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fscad-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suyashkumar","download_url":"https://codeload.github.com/suyashkumar/scad-text/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suyashkumar%2Fscad-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":[],"created_at":"2024-10-08T01:41:21.693Z","updated_at":"2026-01-18T08:34:10.267Z","avatar_url":"https://github.com/suyashkumar.png","language":"OpenSCAD","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scad-text\nSimple OpenSCAD library to add 3D text (with optional pedestal to print vertical or sheer text) to OpenSCAD models. \n\n# Usage\nYou must place place the `scad_text.scad` file in your current path and import it (using `import \u003cscad_text.scad\u003e`).\n\nThe following function is exposed: `writeText(x, y, z, textIn, depth=4, size=5)`. This function draws the `textIn` string at the (x,y,z) coordinates with a depth of 4 units and at the specified size. Sample code is in `example.scad` and is copied below. A writeTextWithPedestal legacy function is exposed as well, which creates a pedestal/support under text at a fixed size.\n```OpenSCAD\ninclude \u003cscad_text.scad\u003e\ntranslate([0,6,0])cube(10, center=true);\nwriteTextWithPedestal(0,0,0, \"SK\");\n``` \n\nProduces:\n\n[![Foo](img/example.png)](https://github.com/suyashkumar/scad-text/blob/master/example/example.stl)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuyashkumar%2Fscad-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuyashkumar%2Fscad-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuyashkumar%2Fscad-text/lists"}