Metadata-Version: 2.4
Name: GLFWSocketWindow
Version: 0.0.3
Summary: GLFW window that listens on a UNIX socket for a stream of RGBA pixels
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/jb2170/GLFWSocketWindow/
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: glfw
Requires-Dist: moderngl
Dynamic: license-file

# GLFWSocketWindow

GLFW window that listens on a UNIX socket for a stream of RGBA pixels

## Installing

Available on PyPI as [GLFWSocketWindow](https://pypi.org/project/GLFWSocketWindow/)

Recommended install using [pipx](https://github.com/pypa/pipx):

```
$ pipx install GLFWSocketWindow
```
