Martial arts · Back
Standing bow
Standing bow is a beginner-level martial arts 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 bow in the playground →How to do it
- Bow2s · ease-in-out Hinge forward from the hips into a respectful bow, back flat
- Rise2s · ease-out Return smoothly to standing
The .posecode source
This is the exact text an LLM writes to produce the animation above: phases and joint angles, not 3D transforms.
posecode posture "Standing bow"
rig humanoid
pose start = standing
step "Bow" 2s ease-in-out:
pelvis: hinge 35
neck: flex 15
shoulders: extend 5
ground-lock: feet
cue "Hinge forward from the hips into a respectful bow, back flat"
step "Rise" 2s ease-out:
pelvis: hinge 0
neck: flex 0
shoulders: extend 0
ground-lock: feet
cue "Return smoothly to standing"
repeat 3