Skip to main content

p3dss - the spritesheet handling library for Panda3D

Project description

Spritesheet handling library for Panda3D

p3dss

Description:

p3dss is a spritesheet handling library, initially started as part of my WIP game a2s3. While its main focus is to provide a single object to handle all sprites and animations on spritesheet image, it also has some side abilities, such as batch texture cutting.

Development Status:

Work in progress. While I generally try to make each update stable, there may be changes requiring code adjustments. If you will consider to use this library - refer to the particular version in your project's dependencies.

Dependencies:

This project depends solely on panda3d and nothing else.

Limitations:

  1. I've only tested this with .png images, but theoretically every texture format supported by panda3d itself, should work. For as long as its static image and not something already animated (gif, etc).

  2. Because this library's spritesheet handling mechanism is based on setting offsets, rather than cutting image in memory, following limitations apply:

  • Spritesheet has to divide to provided sprite size without remainder. If it doesnt cut to perfect sprites, you will get strange results while using some of these (e.g blurry parts, parts of other sprite visible on previous and such)
  • Some functionality may require your spritesheet to fit such amount of sprites into its rows and columns, that will be the power of 2. Depending on case, it may be possible to circuimvent it with Config.rpc magic (see example code for further info).

Usage:

License:

This software has been licensed under MIT. For license of media used in example snippets, see media_info.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

p3dss-0.5.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

p3dss-0.5.0-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page