{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics"}],"enrichment":{"capability":"Simplifies 3D meshes by reducing the number of triangles while preserving shape, wrapping the Fast-Quadric-Mesh-Simplification C++ library with a Python interface and direct PyVista integration.","skillfed_tags":["mesh-processing","3d-graphics","geometry"],"use_cases":["Reduce polygon count on 3D models for real-time graphics or game engines.","Prepare high-resolution scans or CAD meshes for web or mobile deployment.","Apply identical decimation to a collection of meshes that share topology (e.g., anatomical variants).","Speed up mesh processing pipelines by simplifying before further analysis or rendering.","Transfer field data between original and simplified meshes using vertex correspondence maps."],"what_it_does":"fast-simplification wraps the Fast-Quadric-Mesh-Simplification C++ library to reduce 3D mesh complexity in Python. It takes arrays of vertex points and triangle faces, then outputs a simplified mesh with fewer triangles while maintaining the overall shape. The package works directly with numpy arrays or integrates with PyVista for seamless mesh file I/O and visualization.\n\nThe library is designed for applications that need fast mesh decimation\u2014such as preparing models for real-time rendering, reducing storage size, or processing large mesh collections with consistent topology. It offers both a basic numpy-based API and an advanced PyVista integration, plus a replay mechanism to apply the same decimation sequence to multiple meshes or to revert to intermediate simplification levels without recomputing from scratch.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, supports current Python versions (3.9\u20133.14), and offers a performant alternative to VTK decimation with straightforward numpy and PyVista integration. Install friction is moderate but acceptable for a compiled extension. MIT licensing removes legal barriers."},"id":"fast-simplification","links":{"html":"https://skillfed.io/packages/fast-simplification","md":"https://skillfed.io/packages/fast-simplification.md","pypi":"https://pypi.org/project/fast-simplification/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":"MIT","license_treatment":"permissive","name":"fast-simplification","python_support":"supports_current","summary":"Wrapper around the Fast-Quadric-Mesh-Simplification library."},"popularity":{"monthly_downloads":602214,"position":5816,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
