[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame awesome libraries?



If I'm allowed to shamelessly plug my own package...

Pynsist is a tool for building Windows installers for Python applications. Here's an example for pygame (using the 'aliens' example game):
https://github.com/takluyver/pynsist/tree/master/examples/pygame

On 5 April 2018 at 12:11, René Dudfield <renesd@xxxxxxxxx> wrote:
What are some awesome libraries for pygame?
  • available via pip
  • documented (with examples, and API docs)
  • generally awesome for some reason (even if not perfect, maybe it has potential)

I'll start with a few...

  • pyscroll. Scrolling maps. Fast scrolling images easy.
  • pyTMX. Reads Tiled Map Editors TMX maps. Can use a Map editor easily.
  • pyinstaller. Make installers for different platforms. Very easy to use to make installers.
  • pymunk. 2d physics library. Lots of examples, very well maintained.


What's awesome or almost awesome?



ps. I also asked over on the reddit.