[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Adding functions to library



Quick question, are there any cython extensions in pygame currently?
or ctypes?  or is it purely C?  If so, what wrapper is used?

I'm considering writing some extra transform.scale functions for my
own use, but I'm not sure what I can target where it would be able to
be used in mainline pygame, if I end up with something that would be
useful for others.

Thanks,
-Luke