user502039
user502039

Reputation:

Is there a python module that is good with graphics?

I'm looking all over and I can't find a decent graphics tool for like making games. NOT PYGAME! It would be best simpler than pyopengl but easier to understand than pygame.

Upvotes: 0

Views: 216

Answers (3)

bgporter
bgporter

Reputation: 36564

...also do check out PyOgre.

Upvotes: 0

nakedfanatic
nakedfanatic

Reputation: 3178

I would say that Cocos2D fits your criteria.

Upvotes: 0

scoffey
scoffey

Reputation: 4688

An option is pyglet.

The pyglet.gl module exposes an interface that uses OpenGL at lowest level to draw in windows.

Upvotes: 1

Related Questions