Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetestgame/panda3d-sprite
Library for using sprite sheets and animating them in the Panda3D game engine
https://github.com/thetestgame/panda3d-sprite
animation panda3d python3 sprites spritesheet
Last synced: about 2 months ago
JSON representation
Library for using sprite sheets and animating them in the Panda3D game engine
- Host: GitHub
- URL: https://github.com/thetestgame/panda3d-sprite
- Owner: thetestgame
- License: mit
- Created: 2019-08-04T05:38:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:53:11.000Z (4 months ago)
- Last Synced: 2024-12-11T13:51:28.984Z (2 months ago)
- Topics: animation, panda3d, python3, sprites, spritesheet
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Panda3D Sprite
==============
![GitHub issues](https://img.shields.io/github/issues/thetestgame/p3d-sprite?style=for-the-badge)
![PyPI - Status](https://img.shields.io/pypi/status/panda3d-sprite?style=for-the-badge)
![Engine](https://img.shields.io/static/v1?style=for-the-badge&label=Engine&message=Panda3D&color=red)The panda3d-sprite module provides spritesheet capabilities to the Panda3D game engine. This module is a modification and slight redesign of work done by Panda3D forum user ZeroByte. The original forum post can be located here
panda3d-sprite can be used to load static sprites, animated sprites, and layered sprites for sprites with clothing options.
## Install
```
pip install panda3d-sprite
```## Dependencies
* Python 3.7
* Panda3d 1.10.0 or newer## Credits
The sprite sheet used for p3d-sprite examples was created by Stephen "Redshrike" Challenger and William Thompsonj. The original open game art link for the sprite can be found here## License
p3d-sprite is available under the MIT license. A copy of this license can be found with the source code. If one was not provided its available here