Fitness · Lower legs
Single-leg calf raise
Single-leg calf raise is a intermediate-level fitness movement targeting the calves, written in Posecode, a small open-source language that LLMs like ChatGPT, Claude, and Gemini can write to describe human movement as text. Every joint angle below is hard-clamped to a safe range of motion.
▶ Open Single-leg calf raise in the playground →How to do it
- Rise1.1s · ease-out Balance on the right foot and rise onto the ball of the foot
- Lower1.3s · ease-in Lower the right heel slowly under control
The .posecode source
This is the exact text an LLM writes to produce the animation above: phases and joint angles, not 3D transforms.
posecode exercise "Single-leg calf raise"
rig humanoid
pose start = standing
step "Rise" 1.1s ease-out:
ankle_right: plantarflex 40
knee_left: flex 90
cue "Balance on the right foot and rise onto the ball of the foot"
step "Lower" 1.3s ease-in:
ankle_right: plantarflex 0
knee_left: flex 90
cue "Lower the right heel slowly under control"
repeat 10