{"id":16126878,"url":"https://github.com/mikolalysenko/loop-subdivide","last_synced_at":"2025-03-18T13:31:59.342Z","repository":{"id":28540187,"uuid":"32057203","full_name":"mikolalysenko/loop-subdivide","owner":"mikolalysenko","description":"Applies one iteration of Loop's algorithm to a triangular mesh","archived":false,"fork":false,"pushed_at":"2015-03-12T04:54:58.000Z","size":95,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T10:01:40.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mikolalysenko.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-03-12T04:36:25.000Z","updated_at":"2020-11-14T09:21:01.000Z","dependencies_parsed_at":"2022-08-23T01:50:58.401Z","dependency_job_id":null,"html_url":"https://github.com/mikolalysenko/loop-subdivide","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/mikolalysenko%2Floop-subdivide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Floop-subdivide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Floop-subdivide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Floop-subdivide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikolalysenko","download_url":"https://codeload.github.com/mikolalysenko/loop-subdivide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933378,"owners_count":20370989,"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-10-09T21:40:46.027Z","updated_at":"2025-03-18T13:31:59.005Z","avatar_url":"https://github.com/mikolalysenko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"loop-subdivide\n==============\nApplies an iteration of [Loop's algorithm](http://en.wikipedia.org/wiki/Loop_subdivision_surface) to a triangulated mesh.\n\n# Example\n\n```javascript\nvar bunny = require('bunny')\nvar loopSubdiv = require('loop-subdivide')\n\nvar smoothBunny = loopSubdiv(bunny.cells, bunny.positions)\n```\n\n# Usage\n\n#### `var result = require('loop-subdivide')(cells, positions)`\nApplies one iteration of Loop subdivision to the mesh\n\n* `cells` are the cells of the mesh\n* `positions` are the locations of the vertices of the mesh\n\n**Returns** A new subdivide mesh\n\n# License\n(c) 2015 Mikola Lysenko. MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikolalysenko%2Floop-subdivide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikolalysenko%2Floop-subdivide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikolalysenko%2Floop-subdivide/lists"}