pygame alternatives?

Started by
2 comments, last by Fruny 17 years, 7 months ago
what are some 2d pygame alternatives, other engines, other then pygame?
Advertisement
SDL is at the backend of PyGame.
Rob Loach [Website] [Projects] [Contact]
hmm thats pretty cool.

how powerful is pygame in game performance compared to say, directx?
Quote:Original post by Zaku
how powerful is pygame in game performance compared to say, directx?


Depends on what your criteria for "power" and "game performance" are. DirectX is most likely faster and offers more feature (SDL does only 2D, after all). But SDL is certainly easier to use.

Unlimited power means nothing if you don't have the skill to use it. Your past few threads were all about you looking for alternatives, and sound to me like you are trying to avoid sitting down and actually learning the stuff.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement