Martial arts · Upper legs
Horse stance
Horse stance is an intermediate-level martial arts movement targeting the quadriceps, written in Posecode, a small open-source language that capable language models can use to describe human movement as text. Authored joint targets and reach-IK solves are constrained to Posecode's configured per-axis bounds. Those bounds constrain the visualization, but they do not certify that a complete movement is safe or clinically correct. This page documents a code example; it is not exercise instruction.
▶ Open Horse stance in the playground →Movement phases
Phase cues are display-only coaching text. The executable joint and contact directives in the source below determine the animation.
- Sink2s · flow Sink into a wide, low stance: thighs working, back tall, guard up
- Rise2s · settle Press the floor away and stand tall
The .posecode source
This is the exact text used by the linked playground animation: phases and joint angles, not 3D transforms.
posecode posture "Horse stance"
rig humanoid
pose start = standing
step "Sink" 2s flow:
hips: flex 30
hips: abduct 25
knees: flex 90
ankles: dorsiflex 15
spine: extend 5
shoulders: flex 80
elbows: flex 90
ground-lock: feet
cue "Sink into a wide, low stance: thighs working, back tall, guard up"
step "Rise" 2s settle:
hips: flex 0
hips: abduct 0
knees: flex 0
ankles: plantarflex 0
spine: flex 0
shoulders: flex 0
elbows: flex 0
ground-lock: feet
cue "Press the floor away and stand tall"
repeat 4