Hacker News new | ask | show | jobs
by pistoriusp 6682 days ago
I completely agree with you but I would rather recommend Pyglet (http://www.pyglet.org/) than pygame.
1 comments

pygame obviously has better coverage (10-to-1 hits on google)... this is the first time I saw pyglet. What's better about it?
I couldn't use pygame on os x because it required a dependancy that wouldn't compile, I'm not sure which dependancy is was.

Pyglet has no dependencies and I just found it a lot simpler than pygame to get started with.