« Return to Thread: demo PythonCE/SDL app

Re: demo PythonCE/SDL app

by Rens Duijsens :: Rate this Message:

Reply to Author | View in Thread

Nice looking.
Compliments.
 
Friendly greetings
Rens


Van: Adam Walley
Verzonden: wo 3-9-2008 13:07
Aan: pythonce@...
Onderwerp: [PythonCE] demo PythonCE/SDL app

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

_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce

 « Return to Thread: demo PythonCE/SDL app