开发者

Is there a python module that is good with graphics?

开发者 https://www.devze.com 2023-02-05 17:10 出处:网络
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.An option i

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.


An option is pyglet.

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


I would say that Cocos2D fits your criteria.


...also do check out PyOgre.

0

精彩评论

暂无评论...
验证码 换一张
取 消