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

Re: [pygame] Adding functions to library



On 16.11.2011 17:39, Luke Paireepinart wrote:
Quick question, are there any cython extensions in pygame currently?
or ctypes?  or is it purely C?  If so, what wrapper is used?

The pyportmidi binding for portmidi, which is wrapped by pygame.midi is written in Cython. The source file is here:

https://bitbucket.org/pygame/pygame/src/dd6752f761be/src/pypm.pyx

Chris