[pygame] pygame to android -- problem with font objects

2015-07-24 Thread tom arnall
Greetings! The code works fine on my PC (runs Linux of course), i.e., it prints hello world on the window it produces. But when I make it into an apk with the pgsa-0.9.4 kit and run it on my phone, it puts garbage on the screen. ;o( I've put pygame apps on the phone which don't use the Font

Re: [pygame] pygame to android

2015-07-23 Thread Sam Bull
On Wed, 2015-07-22 at 22:57 +, Tom Rothamel wrote: That being said, all the Ren'Py packager does is to copy various files into zip or tar.bz2 files with appropriate permissions info, so if someone wants to make a standalone tool or distribution, they can. What's the advantage of

Re: [pygame] pygame to android

2015-07-23 Thread tom arnall
got it. so pygame gives you test-harness tools? On 7/22/15, Tom Rothamel t...@rothamel.us wrote: The theory is that pygame_sdl2 will be able to run the pygame test suite at some point. On Wed, Jul 22, 2015 at 9:30 PM tom arnall kloro2...@gmail.com wrote: And pygame_sdl2 is far from ready -

RE: [pygame] pygame to android

2015-07-22 Thread Luke Paireepinart
...@rothamel.us Sent: ‎7/‎22/‎2015 9:59 AM To: pygame-users@seul.org pygame-users@seul.org Subject: Re: [pygame] pygame to android On Wed, Jul 22, 2015 at 4:11 AM tom arnall kloro2...@gmail.com wrote: what is the relationship between RenPy and Pygame? Ren'Py is a game engine that people use to make specific

Re: [pygame] pygame to android

2015-07-22 Thread tom arnall
. On Tue, Jul 21, 2015 at 7:14 PM tom arnall kloro2...@gmail.com wrote: are there any people on this list who are big into porting pygame apps to android? --

Re: [pygame] pygame to android

2015-07-22 Thread tom arnall
Tom, thanks very much for the information. I'm sure i'll be back with more questions about it soon ;o) regards, Tom .. Faced with the possibility of its extinction, every species finds within itself powers unimaginable in the days of its complacency. On 7/22/15, Tom Rothamel

Re: [pygame] pygame to android

2015-07-22 Thread tom arnall
And pygame_sdl2 is far from ready - there's no test suite, for example. what happened to write tests first! ? On 7/22/15, Tom Rothamel t...@rothamel.us wrote: On Wed, Jul 22, 2015 at 4:37 PM Luke Paireepinart rabidpoob...@gmail.com wrote: Tom, Is sdl2 Pygame the way forward for Pygame?

Re: [pygame] pygame to android

2015-07-22 Thread Tom Rothamel
The theory is that pygame_sdl2 will be able to run the pygame test suite at some point. On Wed, Jul 22, 2015 at 9:30 PM tom arnall kloro2...@gmail.com wrote: And pygame_sdl2 is far from ready - there's no test suite, for example. what happened to write tests first! ? On 7/22/15, Tom

Re: [pygame] pygame to android

2015-07-22 Thread Tom Rothamel
On Wed, Jul 22, 2015 at 4:11 AM tom arnall kloro2...@gmail.com wrote: what is the relationship between RenPy and Pygame? Ren'Py is a game engine that people use to make specific types of generally narrative-heavy games. Visual Novels, Life Simulations, and simple RPGs are all within what

Re: [pygame] pygame to android

2015-07-21 Thread Tom Rothamel
at 7:14 PM tom arnall kloro2...@gmail.com wrote: are there any people on this list who are big into porting pygame apps to android? --

Re: [pygame] pygame to android

2015-07-21 Thread Tom Rothamel
it with more general Pygame code. On Tue, Jul 21, 2015 at 7:14 PM tom arnall kloro2...@gmail.com wrote: are there any people on this list who are big into porting pygame apps to android?

Re: [pygame] pygame to android

2015-07-21 Thread tom arnall
at 7:14 PM tom arnall kloro2...@gmail.com wrote: are there any people on this list who are big into porting pygame apps to android? --

Re: [pygame] pygame to android

2015-07-21 Thread Max Bedacht
Try kivy On Tue, Jul 21, 2015 at 7:14 PM tom arnall kloro2...@gmail.com wrote: are there any people on this list who are big into porting pygame apps to android?

[pygame] pygame to android

2015-07-21 Thread tom arnall
are there any people on this list who are big into porting pygame apps to android?

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

2012-11-03 Thread René Dudfield
fullscreen video using Pygame on Android? I'd be using the Google Nexus 7, if that's a factor. The video can be in whatever format is required.

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
, 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 support to the Pygame subset for Android?

[pygame] Pygame for Android question: videos possible?

2012-10-29 Thread Alec Bennett
I need to do an Android project that simply plays one of five videos, and I was considering using Pygame for it. I was wondering if this would be possible? Can I play fullscreen video using Pygame on Android? I'd be using the Google Nexus 7, if that's a factor. The video can be in whatever

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

2012-10-29 Thread Noel Garwick
As far as I know, video support is still missing for Pygame subset for Android. On Mon, Oct 29, 2012 at 4:28 PM, Alec Bennett wrybr...@gmail.com wrote: I need to do an Android project that simply plays one of five videos, and I was considering using Pygame for it. I was wondering

[pygame] pygame on android first impressions

2011-10-20 Thread Sean Wolfe
I just set up pygame for android on my LG Optimus phone. The documentation is good! The process worked pretty much as advertised. Looks like my phone is not really strong enough to run the app well though. The simple 'flash green' application on the P4A website isn't too fast... there is a 0.5-1s

Re: [pygame] pygame on android first impressions

2011-10-20 Thread James Paige
I have been playing with the pygame subset for android on a Motorola Xoom tablet. it is faster than most phones, but I did notice that the slowest stuff seemed to be graphics. Have you tested a pygame program with a very low screen resolution like 320x240? I would be curious how it runs

Re: [pygame] pygame on android first impressions

2011-10-20 Thread Sean Wolfe
the group back with the results. On Thu, Oct 20, 2011 at 5:08 PM, James Paige b...@hamsterrepublic.com wrote: I have been playing with the pygame subset for android on a Motorola Xoom tablet. it is faster than most phones, but I did notice that the slowest stuff seemed to be graphics. Have you tested

Re: [pygame] Pygame for Android

2010-12-21 Thread pie
So, How would I put up my free game on the market?

Re: [pygame] Pygame for Android

2010-12-20 Thread pie
Re: [pygame] Pygame for Android I am porting over a game. Will I be able to put it on the Android market? Thanks for all that you have done. I will send you feedback soon!

Re: [pygame] Pygame for Android

2010-12-20 Thread Tom Rothamel
On Mon, Dec 20, 2010 at 4:12 PM, p...@eggplantanimation.com wrote: Re: [pygame] Pygame for Android I am porting over a game. Will I be able to put it on the Android market? Thanks for all that you have done. I will send you feedback soon! Yes. Right now, I'm still trying to get the packaging

Re: [pygame] Pygame for Android

2010-12-07 Thread René Dudfield
Hi, on the upcomming android you can write apps with zero java :) Of course that is on 0.01% of peoples devices so far... but still nice for later. If you're still looking at SDL-on-Android, you might want to check out the Gingerbread SDK/NDK, which now provides a mechanism for native apps that

Re: [pygame] Pygame for Android

2010-12-07 Thread stas zytkiewicz
On Mon, Dec 6, 2010 at 5:39 AM, Tom Rothamel t...@rothamel.us wrote: Again, this hasn't been tested on may devices - so feedback is encouraged. I'll try to get the full source code up shortly. I've tried it on the android emulator, 2.1-update1 API level 7 but it crashes hard:

Re: [pygame] Pygame for Android

2010-12-06 Thread Stuart Axon
platform. A few days ago, I had the first success. This required porting Python and Pygame to Android. (I used an existing port of SDL to Android.) As I don't believe I've seen a port of Pygame to Android, I thought it would be useful if I broke out the pygame support into its own distribution

Re: [pygame] Pygame for Android

2010-12-06 Thread stas zytkiewicz
and Pygame to Android. (I used an existing port of SDL to Android.) As I don't believe I've seen a port of Pygame to Android, I thought it would be useful if I broke out the pygame support into its own distribution. [..] Wow, super cool  -  I guess it has python inside it? Agreed, great news :-) I

Re: [pygame] Pygame for Android

2010-12-06 Thread René Dudfield
), a tool for digital storytelling. Ren'Py has been using Pygame since at least 2004. For the past month or so, I've been porting Ren'Py to the Android platform. A few days ago, I had the first success. This required porting Python and Pygame to Android. (I used an existing port of SDL to Android

Re: [pygame] Pygame for Android

2010-12-06 Thread Tom Rothamel
code which would cause a crash after 255 sounds were played. I've also put the source code up at: https://code.launchpad.net/~renpytom/renpy/pygame-for-android Well, this is less source code, and more a collection of build scripts and various other project files that are required to convince

Re: [pygame] Pygame for Android

2010-12-06 Thread Lenard Lindstrom
Hi Tom, On 06/12/10 09:35 AM, Tom Rothamel wrote: On Mon, Dec 6, 2010 at 11:16 AM, stas zytkiewicz stas.zytkiew...@gmail.com mailto:stas.zytkiew...@gmail.com wrote: Are you planning to eventually port the pygame.mixer ? I'm not sure what the strategy for this would be. At the very

[pygame] Pygame for Android

2010-12-05 Thread Tom Rothamel
porting Python and Pygame to Android. (I used an existing port of SDL to Android.) As I don't believe I've seen a port of Pygame to Android, I thought it would be useful if I broke out the pygame support into its own distribution. The result is Pygame for Android, which can be downloaded from: http