Physiotherapy · Upper legs
Standing hip abduction
Standing hip abduction is a beginner-level physiotherapy movement targeting the glutes, 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 Standing hip abduction in the playground →How to do it
- Lift1.6s · ease-in-out Lift the right leg out to the side, keep the torso tall
- Lower1.6s · ease-in-out Lower the leg back to the midline
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 "Standing hip abduction"
rig humanoid
pose start = standing
step "Lift" 1.6s ease-in-out:
hip_right: abduct 40
cue "Lift the right leg out to the side, keep the torso tall"
step "Lower" 1.6s ease-in-out:
hip_right: abduct 0
cue "Lower the leg back to the midline"
repeat 10