Warm-up · Full body
Jumping jacks
Jumping jacks is a beginner-level warm-up movement targeting the full body, 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 Jumping jacks 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.
- Out0.5s · settle Arms sweep overhead as the feet jump wide
- In0.5s · drive Arms down, feet back together
The .posecode source
This is the exact text used by the linked playground animation: phases and joint angles, not 3D transforms.
posecode exercise "Jumping jacks"
rig humanoid
clip "jumping-jacks"
pose start = standing
step "Out" 0.5s settle:
shoulders: abduct 160
hips: abduct 30
ground-lock: feet
cue "Arms sweep overhead as the feet jump wide"
step "In" 0.5s drive:
shoulders: abduct 0
hips: abduct 0
ground-lock: feet
cue "Arms down, feet back together"
repeat 12