Physiotherapy · Upper legs
Standing hamstring curl
Standing hamstring curl is a beginner-level physiotherapy movement targeting the hamstrings, 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 hamstring curl in the playground →How to do it
- Curl1.4s · ease-out Bend the right knee, drawing the heel toward the glute
- Lower1.6s · ease-in Lower the foot back to the floor
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 hamstring curl"
rig humanoid
pose start = standing
step "Curl" 1.4s ease-out:
knee_right: flex 95
cue "Bend the right knee, drawing the heel toward the glute"
step "Lower" 1.6s ease-in:
knee_right: flex 0
cue "Lower the foot back to the floor"
repeat 10