Re: Performance of the accelerometer on FR

2009-09-30 Thread RANJAN
> > > >I have been testing the accelerometers on the free runner via bluetooth at > 38400 bps.Here is my test video: > >http://www.youtube.com/watch?v=Bdads8XAYcE > > >I think at 38400 it is not pretty real time.What could be the maximum > refresh rate of

Performance of the accelerometer on FR

2009-09-30 Thread RANJAN
Hi, I have been testing the accelerometers on the free runner via bluetooth at 38400 bps.Here is my test video: http://www.youtube.com/watch?v=Bdads8XAYcE I think at 38400 it is not pretty real time.What could be the maximum refresh rate of the accelerometers?And what is the best way to read this

Re: Graphics in Mokomaze

2009-09-30 Thread Fabian Killus
On Wed, 30 Sep 2009 12:31:26 +0200 Marcel wrote: > So how is that Ball in Mokomaze done? From the falling-into-holes > motion I guess it's kinda 3D, but so fluent, how did the author > achieve that? > > -- > Marcel I looked at mokomaze some time ago. I think it used sprites for all possible ang

Graphics in Mokomaze

2009-09-30 Thread Marcel
Hello! I'm experimenting with graphics for a game idea on the neo, but I still wonder how I get enough performance out of it. All I need so far are rotatable bitmaps (glad SDL_image exists...) in 2D space. The rotozoomer of SDL_gfx is horribly slow and rotates around an imaginary border of the ori

Re: How to make an ipk package out of the code and include an icon

2009-09-30 Thread Joseph Reeves
> Dint find a page that explains making an ipk from a .py file!! You know the > link? You don't ;-) an ipk file is just a compressed archive - you stick some files into a directory structure and compress it into an ipk file. The phone just extracts everything to the right place. There's a little

Re: How to make an ipk package out of the code and include an icon

2009-09-30 Thread RANJAN
On Wed, Sep 30, 2009 at 2:18 PM, Marcel wrote: > Am Mittwoch, den 30.09.2009, 13:46 +0530 schrieb RANJAN: > > Hi, > > > > I would like to make an ipk out of the python source and add a desktop > > icon.How can it be done? > > Have a look at the distutils documentation, that's quite easy. :) > > -

Re: How to make an ipk package out of the code and include an icon

2009-09-30 Thread Matthias Huber
RANJAN schrieb: > Hi, > > I would like to make an ipk out of the python source and add a desktop > icon.How can it be done? > > Sriranjan http://handhelds.org/moin/moin.cgi/BuildingIpkgs ___ devel mailing list devel@lists.openmoko.org https://lists.ope

How to make an ipk package out of the code and include an icon

2009-09-30 Thread RANJAN
Hi, I would like to make an ipk out of the python source and add a desktop icon.How can it be done? Sriranjan ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel