Dance · Upper legs
Demi-plié
Demi-plié is a beginner-level dance 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 Demi-plié 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.
- Plié2.2s · settle Lower straight down with the knees tracking the turned-out toes and both heels anchored
- Straighten2.2s · settle Press the floor away and rise without changing the turnout or moving the feet
The .posecode source
This is the exact text used by the linked playground animation: phases and joint angles, not 3D transforms.
posecode exercise "Demi-plié"
rig humanoid
pose start = first-position
step "Plié" 2.2s settle:
hips: flex 31.5
hips: abduct 17
knees: flex 55
ankles: dorsiflex 15
shoulders: abduct 70
elbows: flex 15
spine: extend 4
ground-lock: feet
cue "Lower straight down with the knees tracking the turned-out toes and both heels anchored"
step "Straighten" 2.2s settle:
hips: flex 0
hips: abduct 0
knees: flex 0
ankles: dorsiflex 0
shoulders: abduct 0
elbows: flex 0
spine: extend 0
ground-lock: feet
cue "Press the floor away and rise without changing the turnout or moving the feet"
repeat 4