{"id":13678054,"url":"https://github.com/mattatz/unity-mesh-builder","last_synced_at":"2025-04-15T16:35:02.248Z","repository":{"id":44926725,"uuid":"74015761","full_name":"mattatz/unity-mesh-builder","owner":"mattatz","description":"Primitive mesh builder for Unity.","archived":false,"fork":false,"pushed_at":"2021-01-26T13:06:31.000Z","size":3370,"stargazers_count":117,"open_issues_count":0,"forks_count":24,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-28T22:23:41.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/mattatz.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":"2016-11-17T10:21:26.000Z","updated_at":"2025-02-20T07:05:59.000Z","dependencies_parsed_at":"2022-08-13T09:30:22.353Z","dependency_job_id":null,"html_url":"https://github.com/mattatz/unity-mesh-builder","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/mattatz%2Funity-mesh-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-mesh-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-mesh-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-mesh-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattatz","download_url":"https://codeload.github.com/mattatz/unity-mesh-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249109122,"owners_count":21214113,"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-08-02T13:00:49.741Z","updated_at":"2025-04-15T16:35:02.230Z","avatar_url":"https://github.com/mattatz.png","language":"C#","readme":"unity-mesh-builder\n=====================\n\nPrimitive mesh builders for Unity.\n\n![Demo](https://raw.githubusercontent.com/mattatz/unity-mesh-builder/master/Captures/Demo.png)\n\n## Usage\n\n```cs\nMesh mesh = PlaneBuilder.Build(\n    5f,     // width\n    10f,    // height\n    2,      // width segments\n    4       // height segments\n);\n```\n\n## Primitives\n\n- Plane (Parametric)\n- Cube\n- Cylinder\n- Sphere\n- Icosphere (Icohedron)\n- Octahedron\n- Frustum\n- Cone\n- Torus\n- Ring\n\nAnother primitives are in progress ...\n\n## Sources\n\n- three.js - https://threejs.org/\n- ProceduralPrimitives - Unity Community Wiki - http://wiki.unity3d.com/index.php/ProceduralPrimitives\n- Viewports and Clipping - https://msdn.microsoft.com/en-us/library/windows/desktop/bb206341\n- mattatz/Cone.cs - https://gist.github.com/mattatz/aba0d06fa56ef65e45e2\n","funding_links":[],"categories":["Open Source Repositories","Builder"],"sub_categories":["Meshes"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattatz%2Funity-mesh-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattatz%2Funity-mesh-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattatz%2Funity-mesh-builder/lists"}