Rockbox Technical Forums

Rockbox Development => Feature Ideas => Topic started by: andrewroth on March 04, 2011, 07:11:00 PM

Title: workout app
Post by: andrewroth on March 04, 2011, 07:11:00 PM
Hi,

Over the past several months I've been working on a workout app.  I take my mp3 player with me to the gym and use it to track which workout/exercises/weights I should be doing.  I also have it syncing with a ruby on rails web site so I can track long-term progress.

I made a demo of it at http://www.youtube.com/watch?v=n6l3fqJK93I

Figured I would make the source available and show it here in case anyone takes an interest to it.

-Andrew Roth
Title: Re: workout app
Post by: LambdaCalculus on March 04, 2011, 07:12:44 PM
If you have some code to share, make a patch and post it on Flyspray.
Title: Re: workout app
Post by: andrewroth on March 04, 2011, 07:15:28 PM
Unfortunately it's not written generically for any mp3 player.  I assume some things for my sansa e260, ie screen size and what buttons there are.  Would I need to make it generic first?

The app source is at https://github.com/andrewroth/rockbox_workout/blob/master/rockbox_source/workout.c
Title: Re: workout app
Post by: Chronon on March 04, 2011, 11:27:37 PM
Would I need to make it generic first?
No.  You can go ahead and create an entry for it now.