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

[pygame] something of interest to pygamers



This post:

http://aspn.activestate.com/ASPN/Mail/Message/ctypes-users/2297793

outlines a method of automatically generating a ctypes wrapper for
SDL. It is quite interesting, and includes the generated wrapper with
a very simple SDL demonstration.

For those of you that don't know, ctypes is a Python module which
allows the use of binary C libraries without the need for any
compilation step.

Sw.