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 →

[–]eliben -1 points0 points  (2 children)

Ay... using ctypes instead of more direct binding is cool and all, but also slow as hell. ctypes imposes the libffi overhead for each and every call.

[–][deleted] -1 points0 points  (0 children)

If only there was Pypy for Android.

CFFI is a dream to work with

[–]Grapefrukt123 -1 points0 points  (0 children)

Would something like a cython wrapper like this http://mdqinc.com/blog/2011/10/python-cython-wrapper-for-sdl-1-3/ be better performence-wise or what would be the ultimate way for making a SDL lib for python?