{"id":20575952,"url":"https://github.com/pryrt/cad-mesh3d","last_synced_at":"2025-10-09T20:23:24.304Z","repository":{"id":45966858,"uuid":"132764164","full_name":"pryrt/CAD-Mesh3D","owner":"pryrt","description":"Perl Module to Create and Manipulate 3D Vertices and Meshes and output for 3D printing","archived":false,"fork":false,"pushed_at":"2024-06-05T16:02:25.000Z","size":194,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T10:56:00.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pryrt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","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}},"created_at":"2018-05-09T13:52:56.000Z","updated_at":"2024-07-22T13:39:59.000Z","dependencies_parsed_at":"2024-05-11T19:41:31.097Z","dependency_job_id":"decf5d80-3bf2-4475-8cfb-308906cf181c","html_url":"https://github.com/pryrt/CAD-Mesh3D","commit_stats":{"total_commits":137,"total_committers":1,"mean_commits":137.0,"dds":0.0,"last_synced_commit":"9ebd1876b831be0e11b970ca5e04042c2d18a041"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/pryrt/CAD-Mesh3D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FCAD-Mesh3D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FCAD-Mesh3D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FCAD-Mesh3D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FCAD-Mesh3D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pryrt","download_url":"https://codeload.github.com/pryrt/CAD-Mesh3D/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FCAD-Mesh3D/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002015,"owners_count":26083258,"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-10-09T02:00:07.460Z","response_time":59,"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-11-16T05:44:11.572Z","updated_at":"2025-10-09T20:23:24.272Z","avatar_url":"https://github.com/pryrt.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\r\n\r\nCAD::Mesh3D - Create and Manipulate 3D Vertexes and Meshes and output for 3D printing\r\n\r\n# SYNOPSIS\r\n\r\n    use CAD::Mesh3D qw(+STL :create :formats);\r\n    my $vect = createVertex();\r\n    my $tri  = createFacet($v1, $v2, $v3);\r\n    my $mesh = createMesh();\r\n    $mesh-\u003eaddToMesh($tri);\r\n    ...\r\n    $mesh-\u003eoutput(STL =\u003e $filehandle_or_filename, $ascii_or_binary);\r\n\r\n# DESCRIPTION\r\n\r\nA framework to create and manipulate 3D vertexes and meshes, suitable for generating STL files\r\n(or other similar formats) for 3D printing.\r\n\r\nA **Mesh** is the container for the surface of the shape or object being generated.  The surface is broken down\r\ninto locally-flat pieces known as **Facets**.  Each **Facet** is a triangle made from three points, called\r\n**Vertexes** (also spelled as vertices).  Each **Vertex** is made up of three x, y, and z **coordinates**, which\r\nare just floating-point values to represent the position in 3D space.\r\n\r\n# TODO\r\n\r\n- Add more math for **Vertexes** and **Facets**, as new functions are identified\r\nas being useful.\r\n\r\n# AUTHOR\r\n\r\nPeter C. Jones `\u003cpetercj AT cpan DOT org\u003e`\r\n\r\n\u003cdiv\u003e\r\n    \u003ca href=\"https://metacpan.org/pod/CAD::Mesh3D\"\u003e\u003cimg src=\"https://img.shields.io/cpan/v/CAD-Mesh3D.svg?colorB=00CC00\" alt=\"\" title=\"metacpan\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://github.com/pryrt/CAD-Mesh3D/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/pryrt/CAD-Mesh3D.svg\" alt=\"issues\" title=\"issues\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://github.com/pryrt/CAD-Mesh3D/actions/\"\u003e\u003cimg src=\"https://github.com/pryrt/CAD-Mesh3D/actions/workflows/perl-ci.yml/badge.svg\" alt=\"github ci status\" title=\"github ci status\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://ci.appveyor.com/project/pryrt/CAD-Mesh3D\"\u003e\u003cimg src=\"https://ci.appveyor.com/api/projects/status/bc5jt6b2bjmpig5x?svg=true\" alt=\"appveyor build status\" title=\"appveyor build status\"\u003e\u003c/a\u003e\r\n    \u003ca href='https://coveralls.io/github/pryrt/CAD-Mesh3D?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/pryrt/CAD-Mesh3D/badge.svg?branch=master' alt='Coverage Status' title='Coverage Status' /\u003e\u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n# COPYRIGHT\r\n\r\nCopyright (C) 2017,2018,2019,2020,2021,2024 Peter C. Jones\r\n\r\n# LICENSE\r\n\r\nThis program is free software; you can redistribute it and/or modify it\r\nunder the terms of either: the GNU General Public License as published\r\nby the Free Software Foundation; or the Artistic License.\r\n\r\nSee [http://dev.perl.org/licenses/](http://dev.perl.org/licenses/) for more information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryrt%2Fcad-mesh3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpryrt%2Fcad-mesh3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryrt%2Fcad-mesh3d/lists"}