Skip to content

Python package for rendering textures with shaders using pygame.

License

Notifications You must be signed in to change notification settings

MarkelZ/pygame-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Render

Python package for rendering 2D graphics with shaders in Pygame.

screenshot.png

System requirements

  • Python version >= 3.10
  • OpenGL version >= 3.3

Supported platforms

Windows
Mac
Linux

Installation

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!

Getting started

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

Python package dependencies

These packages will be automatically installed by pip along with pygame-render:

  • numpy >=1.22.0
  • pygame >=2.1.0
  • moderngl >= 5.8.2
  • PyOpenGL >= 3.1.6

Frequently Asked Questions

For frequently asked questions, check out FAQ.

Contributing

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.

License

This code is licensed under the terms of the MIT license.

About

Python package for rendering textures with shaders using pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published