[maemo-developers] [maemo-developers] first impressions and some reports
From: Gustavo Barbieri barbieri at gmail.comDate: Mon Jul 11 21:58:35 EEST 2005
- Previous message: [maemo-developers] first impressions and some reports
- Next message: [maemo-developers] first impressions and some reports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7/11/05, Ruda Moura <ruda.moura at indt.org.br> wrote: > Gustavo Barbieri wrote: > > >On 7/7/05, Gustavo Barbieri <barbieri at gmail.com> wrote: > > > > > >>Here it is: http://ltc08.ic.unicamp.br/~gustavo/pygame-maemo-test.tar.bz2 > >> > >>I have 2 optimized versions of that game: > >> - pygame-noalpha: remove alpha transparency, use colorkey instead. > >>Much faster, but still repaints the screen everytime > >> - pygame-dirtyrectangles: the background is redrawn fewer times and > >>I use dirty rectangles to just update areas that need to be repainted. > >>If this doesn't work, hardly any scroll side game will work. > >> > >>run them like: > >> $scriptname -f -r 800x480 > >> > >> > > > >Any updates on this topic? At least one version ran at ~ 30fps? > > > > > > > Hello, > > Yes, I did some testings on two n770 devices, the first without audio > capabilities and the second with audio capabilities. > > On the first... > > I run your game and Indeed, it really run faster, visually it as very > pleased to play with > alpha channel disable. No, not in 30 fps, but faster than 20fps. But > still SigFault when > ships goes to 0 (possible a bug in SDL binding or your game is not > closing SDL as expected, I will check). Great, so it can really do side scrolling games, just be sure to use the well known ColorKey. How about the dirt rectangles? What bug happened? about segfault, in my pc it doesn't fail and I don't close anything, this game should run forever. I can not see any cause to this, probably it's the bindings :-( Send me a traceback in pvt. Also, my game have no sound :) > On the second... > > I run Solar Wolf, but unsuccessful. The game crashes after the > splashscreen (At least I can hear de crying wolf). maybe it's related to the same bug in my, probably the bindings. -- Gustavo Sverzut Barbieri --------------------------------------- Computer Engineer 2001 - UNICAMP GPSL - Grupo Pro Software Livre Cell..: +55 (19) 9165 8010 Jabber: gsbarbieri at jabber.org ICQ#: 17249123 MSN: barbieri at gmail.com Skype: gsbarbieri GPG: 0xB640E1A2 @ wwwkeys.pgp.net
- Previous message: [maemo-developers] first impressions and some reports
- Next message: [maemo-developers] first impressions and some reports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]