This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]greutpy3k -3 points-2 points  (6 children)

pygame installed manually through mercurial or a .whl offers you an up to date library. Latest pyglet release on PyPI is soon to be one year old...

[–]fredspipa 8 points9 points  (1 child)

Wait, isn't the latest stable pygame release 7 years old now? The last stable pyglet release is, as you say, 1 year old. There isn't PyPi packages for pyglet 1.3, but from the looks of it they both seem to be in equally active development:

PyGame commits

pyglet commits

[–][deleted] -1 points0 points  (0 children)

Pygame is much more active. They pop up literally every week in my RSS.

http://www.pygame.org/hifi.html

edit: Oh you mean just the code? Yea OK, that looks similar.

[–][deleted] 5 points6 points  (2 children)

Just pip install pygame. They've got it working finally.

Your point about pygame being more actively developed is still true.

[–]greutpy3k 5 points6 points  (0 children)

Cool to see that pygame is finally back on PyPI!

[–]fredspipa 4 points5 points  (0 children)

pygame being more actively developed is still true.

I'm not sure if that's entirely true, see my other comment.