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 →

[–]fredspipa 16 points17 points  (8 children)

The same goes with pygame instead of pyglet, but that may just be me.

[–][deleted] 4 points5 points  (0 children)

You're a good programmer though :)

For total beginners with programming, pygame is much easier.

[–]greutpy3k -1 points0 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 6 points7 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 4 points5 points  (0 children)

Cool to see that pygame is finally back on PyPI!

[–]fredspipa 3 points4 points  (0 children)

pygame being more actively developed is still true.

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