{"id":13663269,"url":"https://github.com/mattatz/unity-procedural-tree","last_synced_at":"2025-12-17T12:03:21.483Z","repository":{"id":25277372,"uuid":"28703021","full_name":"mattatz/unity-procedural-tree","owner":"mattatz","description":"Procedural tree builder for Unity","archived":false,"fork":false,"pushed_at":"2022-12-16T15:50:14.000Z","size":22425,"stargazers_count":414,"open_issues_count":1,"forks_count":42,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-26T00:06:29.758Z","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":"2015-01-02T04:01:50.000Z","updated_at":"2025-05-12T03:38:41.000Z","dependencies_parsed_at":"2023-01-14T02:30:26.937Z","dependency_job_id":null,"html_url":"https://github.com/mattatz/unity-procedural-tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattatz/unity-procedural-tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-procedural-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-procedural-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-procedural-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-procedural-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattatz","download_url":"https://codeload.github.com/mattatz/unity-procedural-tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattatz%2Funity-procedural-tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27782844,"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-12-17T02:00:08.291Z","response_time":55,"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-08-02T05:02:22.944Z","updated_at":"2025-12-17T12:03:20.247Z","avatar_url":"https://github.com/mattatz.png","language":"C#","readme":"unity-procedural-tree\n=====================\n\nProcedural tree builder for Unity.\n\n![Demo](https://raw.githubusercontent.com/mattatz/unity-procedural-tree/master/Captures/Demo.gif)\n\n## Usage\n\nTreeData class has properties of ProceduralTree.\n\n![TreeData](https://raw.githubusercontent.com/mattatz/unity-procedural-tree/master/Captures/TreeData.png)\n\nSetup a TreeData instance and pass it to ProceduralTree.Build function.\n\n```cs\n// Setup TreeData for properties of ProceduralTree\nTreeData data = new TreeData();\n// data.randomSeed = 100;\n// data.branchesMin = 1; data.branchesMax = 3;\n\nMesh mesh = ProceduralTree.Build(\n    data,\n    6, // generations of a tree\n    1.5f, // base height of a tree\n    0.15f // base radius of a tree\n);\n```\n\n","funding_links":[],"categories":["Open Source Repositories","Scenes","C\\#","C#","Generator","Open Source Packages"],"sub_categories":["Procedural Generation Systems"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattatz%2Funity-procedural-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattatz%2Funity-procedural-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattatz%2Funity-procedural-tree/lists"}