sturdy-robot / pyganim

Sprite animation module for Pygame

Home Page:http://inventwithpython.com/pyganim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyganim

This repo is a fork of: https://github.com/asweigart/pyganim

This version of Pyganim is a PEP8-compliant version, and I've adjusted the Pyganim code to work. The version in the official repo breaks if you try to use get_images_from_sprite_sheet() or if you try to use the sprite copy() function. Potentially more things can break on the way, but I've only tested those.

Original code from Al Sweigart.

About Pyganim

http://inventwithpython.com/pyganim/

Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame that makes it easy to add sprite animations to your Pygame game programs. Pyganim works with Python 2 and Python 3.

The mascot of Pyganim is a red vitruvian pig.

Pyganim was written by Al Sweigart and released under a "Simplified BSD" license. Contact Al with any questions/bug reports: al@inventwithpython.com

Reference: http://inventwithpython.com/pyganim/reference.html

Tutorial: http://inventwithpython.com/pyganim/tutorial.html

Support

If you find this project helpful and would like to support its development, consider donating to its creator on Patreon.

About

Sprite animation module for Pygame

http://inventwithpython.com/pyganim

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%