A small experimental C++ project related to my diploma thesis. The goal was to try out C++ while working with a topic close to sports diagnostics.
The project reads simple CSV data from performance tests (e.g. Wingate) and body composition (e.g. weight, FFM) and computes a few basic relative metrics such as power per kilogram. It is implemented as a small, modular computation core without any UI or database.
This project is mainly served as a learning exercise and a technical prototype. The actual research and further development are done in Python, which I ultimately prefer and continue to use, including follow-up work on human kinematics geometry.