Metadata-Version: 2.3
Name: pyrendering
Version: 0.1.6
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](https://raw.githubusercontent.com/ImShyMike/pyrendering/refs/heads/main/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](https://github.com/ImShyMike/pyrendering/tree/main/pyrendering/src/examples) and cover most of the framework's features.

## Video demo

![Video demo gif](https://raw.githubusercontent.com/ImShyMike/pyrendering/refs/heads/main/assets/demo_video.gif)

## License

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