[PythonCE] demo PythonCE/SDL app

Adam Walley adam.walley at gmail.com
Wed Sep 3 13:07:09 CEST 2008


Hi, all.

As promised, here is a link to what I have created so far:

watersprite.awardspace.com/python

It is a work in progress, but all comments and suggestions are welcome
(preferably constructive ones!).

I have also had some success in using PPYGUI to call the SDL functions, so I
can add an 'exit' button for example.
At the moment, the SDL screen needs a window in the background otherwise
things start to get messy, because Windows accepts input for other running
applications. You can see this effect, by renaming the script with the .pyw
extension (SDL does not trap the input, and Python has no window open to do
it - that's bad).

I would be interested to hear from Alex regarding his PIL library, as this
could perhaps be used to handle other image formats?

Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonce/attachments/20080903/721f9beb/attachment.htm>


More information about the PythonCE mailing list