Atleto is an Open Source program
for logging physical activites written in C++ using the Qt library. It is released under the
GNU General Public License and is being developed by
Robert Uebbing, with occasional code
contributions from various other people (well not yet, but hopefully soon). Atleto was written with the Qt library version 3.0.x, so you must have this verion of Qt installed.
Here are some of the features of atleto:
- Logging of run and bicycling workouts
- Diary and Week views of the data
- Metric and imperial systems supported
For the future I envision this program consisting of four parts:
- The core diary that is the heart of the program. It logs all the activities and
gives some very basic information about the entries.
- A sophisticated graphical analysis tool. Also printing should be enabled from here.
- Calculators for race time prediction, pace computation.
- A trainer that can set up a training schedule for a certain goal. It should also
use the information in the diary. Differences between training goals and actual diary
are shown graphically.
There are many ways you can contribute to make this program better. I appreciate any kind
of feedback (especially positive one ;-).
Specifically I could use some help from the following areas:
- GUI beautification - somebody who can draw nice icons
- Trainers - with whom I can discuss training models and their implementation
- Users - I would like some feedback on performance, usefulness, bugs, etc...
If you'd like to help,
contact me and/or check out the project at
sourceforge.
You can also dig right into the code through the
CVS ;-)