{"id":22559054,"url":"https://github.com/yzsolt/meshopt-rs","last_synced_at":"2025-04-10T07:43:24.089Z","repository":{"id":60727013,"uuid":"328965369","full_name":"yzsolt/meshopt-rs","owner":"yzsolt","description":"Pure Rust implementation of the meshoptimizer library","archived":false,"fork":false,"pushed_at":"2022-11-12T16:27:51.000Z","size":241,"stargazers_count":27,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T16:05:30.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/yzsolt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-12T11:28:36.000Z","updated_at":"2024-07-03T09:45:15.000Z","dependencies_parsed_at":"2022-10-03T23:19:57.155Z","dependency_job_id":null,"html_url":"https://github.com/yzsolt/meshopt-rs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzsolt%2Fmeshopt-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzsolt%2Fmeshopt-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzsolt%2Fmeshopt-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzsolt%2Fmeshopt-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yzsolt","download_url":"https://codeload.github.com/yzsolt/meshopt-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247861464,"owners_count":21008505,"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-12-07T20:43:05.060Z","updated_at":"2025-04-10T07:43:24.067Z","avatar_url":"https://github.com/yzsolt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meshopt-rs\n\n[![Crates.io](https://img.shields.io/crates/v/meshopt-rs.svg?label=meshopt-rs)](https://crates.io/crates/meshopt-rs)\n[![Docs.rs](https://docs.rs/meshopt-rs/badge.svg)](https://docs.rs/meshopt-rs)\n[![Build Status](https://github.com/yzsolt/meshopt-rs/workflows/continuous-integration/badge.svg)](https://github.com/yzsolt/meshopt-rs/actions)\n\nPure Rust implementation of the awesome [meshoptimizer](https://github.com/zeux/meshoptimizer) library.\n\nIf you want to use the original C++ implementation from Rust, check out the [meshopt](https://crates.io/crates/meshopt) crate.\n\n## Features\n\n`meshoptimizer` v0.15 feature level is the current support target. Planned but currently missing features:\n- [SIMD support](https://github.com/yzsolt/meshopt-rs/issues/1)\n- [WASM support](https://github.com/yzsolt/meshopt-rs/issues/2)\n\nExperimental features (hidden behind `MESHOPTIMIZER_EXPERIMENTAL` in the original implementation) can be enabled with the `experimental` Cargo feature:\n\n```toml\n[dependencies]\nmeshopt-rs = { version = \"0.1\", features = [\"experimental\"] }\n```\n\n## Performance\n\nDepends on the algorithm: some are in the same ballpark as the original, most are slightly (10-20%) and a few are much (50-100%) slower than the original implementation. Only a small amount of performance work has been done so far. Ideally all algorithms should reach at least 90-95% of the original implementation's performance.\n\nAlso note that SIMD support (utilized by vertex buffer decoding/filtering) is [currently missing](https://github.com/yzsolt/meshopt-rs/issues/1).\n\n## Contributing\n\n`meshopt-rs` is licensed under MIT, just like `meshoptimizer`. Contributions are welcome!\n\nSince this is a parallel implementation of an existing and actively developed library, the original implementation is followed as closely as possible: similar naming, documentation and code structure; to help porting new features and bug fixes in the future.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzsolt%2Fmeshopt-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyzsolt%2Fmeshopt-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzsolt%2Fmeshopt-rs/lists"}