[pygame] SGU on Android

2012-11-01 Thread Brian Bull
Hello list Just a note to say I have successfully got SGU (https://launchpad.net/simplegc) running on my Android phone using Pygame Subset for Android. Sam, if you get this and are interested in extending SGU to PGS4A can you please reply, as I have some suggestions that may be useful...

Re: [pygame] GUI toolkit for Python for Android

2012-11-01 Thread niki
Wild idea: Qt QML Components look suitable for porting to pygame or at least for stealing ideas. https://qt-project.org/wiki/QtQuickOpenComponents Niki

Re: [pygame] Pygame for Android question: videos possible?

2012-11-01 Thread Alec Bennett
On Mon, Oct 29, 2012 at 3:29 PM, Noel Garwick noel.garw...@gmail.comwrote: As far as I know, video support is still missing for Pygame subset for Android. Can anyone think of a way to work around this issue? Maybe a way to play video as an external process? Or would it be hard to add video

Re: [pygame] Pygame for Android question: videos possible?

2012-11-01 Thread Noel Garwick
I think that devs are waiting for the next version of SDL before they implement it. You could always do it manually; blit a series of images to a surface, while playing the soundtrack using pygame's mixer module. I did this (using ffmpeg to extract still frames / audio track, along with a script

Re: [pygame] GUI toolkit for Pygame using pgs4a

2012-11-01 Thread Sam Bull
On Mon, 2012-10-29 at 16:23 -0400, Noel Garwick wrote: I like the SGC toolkit. It has nice examples, for one. However, I've yet to test any of these on Android. You'll have to let us know how it works out. Yes, please do, I've not done any Android development myself. If there's any problems