Dance · Full body
Pirouette
Pirouette is a intermediate-level dance movement targeting the full body, 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 Pirouette in the playground →How to do it
- Prep - plié1.2s · ease-in-out Plié to load the turn, arms rounded low in first
- Spot & spin1.4s · ease-in-out Push up to relevé, pull the arms in, and spin a full turn
- Land1s · ease-out Land softly through the feet, arms floating back to the sides
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 "Pirouette"
rig humanoid
pose start = standing
step "Prep - plié" 1.2s ease-in-out:
hips: rotate-out 25
knees: flex 45
ankles: dorsiflex 10
shoulders: flex 40
elbows: flex 35
ground-lock: feet
cue "Plié to load the turn, arms rounded low in first"
step "Spot & spin" 1.4s ease-in-out:
knees: flex 0
ankles: plantarflex 30
shoulders: flex 95
elbows: flex 40
turn: 360
ground-lock: feet
cue "Push up to relevé, pull the arms in, and spin a full turn"
step "Land" 1s ease-out:
ankles: plantarflex 0
hips: rotate-out 0
shoulders: flex 0
elbows: flex 0
ground-lock: feet
cue "Land softly through the feet, arms floating back to the sides"
repeat 3