Python package for rendering 2D graphics with shaders in Pygame.
Python
version >= 3.10OpenGL
version >= 3.3
✅ Windows
✅ Mac
✅ Linux
Firstly, ensure that your system meets the System requirements.
Then, run the following command:
python3 -m pip install pygame-render
To verify correct installation, open a Python terminal and import the module:
import pygame_render
If there are no errors, the installation was successful!
To learn about the features of pygame-render
, check out the Feature Walkthrough page on the wiki.
You can also take a look at the examples in the examples/
directory.
For detailed explanations of the API, please refer to the API Reference.
Tutorial video: https://youtu.be/mlm66OJZaA0
These packages will be automatically installed by pip
along with pygame-render
:
numpy
>=1.22.0pygame
>=2.1.0moderngl
>= 5.8.2PyOpenGL
>= 3.1.6
For frequently asked questions, check out FAQ.
We greatly appreciate and encourage contributions from the community!
If you want to report a bug or request a new feature, feel free to open an issue in the issue tracker.
For code contributions, please check out Contributing for details.
This code is licensed under the terms of the MIT license.