Metadata-Version: 2.4
Name: comfy-angle
Version: 0.1.1
Summary: Mesa/libglvnd-backed implementation of the comfy-angle 0.1.1 API
Author: openSUSE contributors
License: MIT
Project-URL: Homepage, https://github.com/Comfy-Org/comfy-angle
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# python-comfy-angle (openSUSE)

Distro implementation of the [comfy-angle](https://github.com/Comfy-Org/comfy-angle)
0.1.1 Python API used by ComfyUI's GLSL Shader node (`comfy-angle` optional extra).

This package does **not** ship Chromium ANGLE `libEGL` / `libGLESv2` binaries.
At runtime it locates the system's libglvnd dispatch libraries
(`libEGL.so.1`, `libGLESv2.so.2`) and Mesa (`Mesa-libEGL1`, `Mesa-dri`).
Headless rendering is provided by Mesa's surfaceless EGL platform, so no X11,
Wayland or GBM session is required.

```python
import comfy_angle

comfy_angle.get_lib_dir()
comfy_angle.get_egl_path()
comfy_angle.get_glesv2_path()
```
