{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics"}],"enrichment":{"capability":"Packages redistributable ANGLE graphics libraries (libEGL and libGLESv2) as Python wheels for Windows, Linux, and macOS, extracted from Electron releases.","skillfed_tags":["graphics-libraries","cross-platform","gpu-acceleration"],"use_cases":["Distribute Python applications that require OpenGL ES rendering without requiring users to install system graphics libraries.","Provide consistent graphics support across Windows, Linux, and macOS in a single Python package.","Enable Python graphics frameworks or game engines to use ANGLE as a rendering backend.","Bundle graphics libraries with Electron-based Python applications that need GPU acceleration."],"what_it_does":"comfy-angle is a Python package that bundles pre-built ANGLE graphics libraries (libEGL and libGLESv2) as platform-specific wheels. ANGLE is a translation layer that maps OpenGL ES calls to native graphics APIs, and this package extracts those libraries from Electron releases to make them available for Python applications. It provides three simple functions to locate the shared libraries on disk: one returns the directory containing them, and two return the full paths to the individual EGL and GLESv2 libraries.\n\nThe package targets developers who need OpenGL ES graphics support on systems where it may not be natively available or where a specific ANGLE version is required. With no runtime dependencies and support for Windows (x64), Linux (x64 and arm64), and macOS (arm64), it simplifies the distribution of graphics-capable Python applications by eliminating the need for end-users to install graphics libraries separately.","worth_installing":"Yes, if you need to distribute OpenGL ES graphics support across multiple platforms without external dependencies. The package is actively maintained, has no runtime dependencies, carries a permissive BSD-3-Clause license, and is in beta status. Install only if your application or framework actually requires ANGLE libraries; otherwise it adds unnecessary size."},"id":"comfy-angle","links":{"html":"https://skillfed.io/packages/comfy-angle","md":"https://skillfed.io/packages/comfy-angle.md","pypi":"https://pypi.org/project/comfy-angle/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-25","license_spdx":"BSD-3-Clause","license_treatment":"permissive","name":"comfy-angle","python_support":"supports_current","summary":"Redistributable ANGLE libraries"},"popularity":{"monthly_downloads":1877792,"position":3469,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.1.0"}
