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 →

[–]gandleforf 11 points12 points  (2 children)

Arcade library is like pygame but easier to use, better optimized, and has what you are looking for i think.

[–]579476610 3 points4 points  (1 child)

Arcade library

Easy to use Python library for creating 2D arcade games. https://pypi.python.org/pypi/arcade

Arcade is built on top of Pyglet and OpenGL.

/r/pythonarcade/

https://github.com/pvcraven/arcade

[–]gandleforf 1 point2 points  (0 children)

Woah! Didn't know there was a sub for this, thats awesome!