Ohh, do you think you could make a GLSL shader(s) to draw players based on given height and various body measurements?
Basically the goal being to make a dynamic avatar drawer. Most implementations i have seen of this type of thing always use pre-made art assets in combination to display an avatar. My goal is to just draw everything from scratch on the fly. I started making one in c++. I actually made a post about it here.