Metadata-Version: 2.3
Name: pyrendering
Version: 0.1.4
Summary: Python game building/rendering framework
Author: ShyMike
Author-email: ShyMike <122023566+ImShyMike@users.noreply.github.com>
Requires-Dist: glfw>=2.10.0
Requires-Dist: moderngl>=5.12.0
Requires-Dist: numpy==2.3.3
Requires-Dist: pillow>=11.3.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# [pyrendering](https://pypi.org/project/pyrendering)

Python game building/rendering framework

![Demo](./assets/demo.png)

---

## Instalation

The framework is published on [PyPI](https://pypi.org/project/pyrendering) under the name `pyrendering`.

```bash
pip install pyrendering
```

## Examples

Examples can be found in the [examples directory](./pyrendering/src/examples) and cover most of the framework's features.

## Video demo

![Video demo mp4](./assets/demo_video.mp4)
![Video demo gif](./assets/demo_video.gif)

## License

This project is licensed under the [GNU GPLv3](./LICENSE).
