Skip to content

Commit 3994f5c

Browse files
Merge pull request #40 from posecode-dev/feat/launch-showcase
Fix showcase: drop mismatched Mixamo clips (procedural squat/jumping-jacks) + L5 library sweep
2 parents b12df27 + 3977176 commit 3994f5c

150 files changed

Lines changed: 682 additions & 713 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/media/deadlift.gif

9.56 KB
Loading

docs/media/jumping-jacks.gif

-17.8 KB
Loading

docs/media/lateral-raise.gif

-6.59 KB
Loading

docs/media/squat.gif

135 KB
Loading

playground/public/clips/walk.fbx

Lines changed: 0 additions & 1 deletion
This file was deleted.

playground/public/moves/arm-circles.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ <h1>Arm circles</h1>
135135
<h2>How to do it</h2>
136136
<ol class="steps">
137137
<li>
138-
<span class="step-name">Up &amp; forward<span class="step-dur">1.2s · ease-in-out</span></span>
138+
<span class="step-name">Up &amp; forward<span class="step-dur">1.2s · flow</span></span>
139139
<span class="step-cue">Sweep the arms up and forward</span>
140140
</li>
141141
<li>
142-
<span class="step-name">Out to sides<span class="step-dur">1.2s · ease-in-out</span></span>
142+
<span class="step-name">Out to sides<span class="step-dur">1.2s · flow</span></span>
143143
<span class="step-cue">Open the arms out wide to the sides</span>
144144
</li>
145145
<li>
146-
<span class="step-name">Down &amp; round<span class="step-dur">1.2s · ease-in-out</span></span>
146+
<span class="step-name">Down &amp; round<span class="step-dur">1.2s · settle</span></span>
147147
<span class="step-cue">Lower and continue the circle back to the start</span>
148148
</li>
149149
</ol>
@@ -155,16 +155,16 @@ <h2>The .posecode source</h2>
155155
rig humanoid
156156
pose start = standing
157157

158-
step &quot;Up &amp; forward&quot; 1.2s ease-in-out:
158+
step &quot;Up &amp; forward&quot; 1.2s flow:
159159
shoulders: flex 120
160160
cue &quot;Sweep the arms up and forward&quot;
161161

162-
step &quot;Out to sides&quot; 1.2s ease-in-out:
162+
step &quot;Out to sides&quot; 1.2s flow:
163163
shoulders: flex 0
164164
shoulders: abduct 120
165165
cue &quot;Open the arms out wide to the sides&quot;
166166

167-
step &quot;Down &amp; round&quot; 1.2s ease-in-out:
167+
step &quot;Down &amp; round&quot; 1.2s settle:
168168
shoulders: abduct 0
169169
cue &quot;Lower and continue the circle back to the start&quot;
170170

playground/public/moves/bent-over-row.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,19 @@ <h1>Bent-over row</h1>
135135
<h2>How to do it</h2>
136136
<ol class="steps">
137137
<li>
138-
<span class="step-name">Set the hinge<span class="step-dur">1.6s · ease-in-out</span></span>
138+
<span class="step-name">Set the hinge<span class="step-dur">1.6s · flow</span></span>
139139
<span class="step-cue">Hinge to a flat back, let the arms hang straight down</span>
140140
</li>
141141
<li>
142-
<span class="step-name">Row<span class="step-dur">0.9s · ease-out</span></span>
142+
<span class="step-name">Row<span class="step-dur">0.9s · settle</span></span>
143143
<span class="step-cue">Drive the elbows up past the ribs, squeeze the shoulder blades</span>
144144
</li>
145145
<li>
146-
<span class="step-name">Lower<span class="step-dur">1s · ease-in</span></span>
146+
<span class="step-name">Lower<span class="step-dur">1s · drive</span></span>
147147
<span class="step-cue">Lower the bar under control, keep the back flat</span>
148148
</li>
149149
<li>
150-
<span class="step-name">Stand<span class="step-dur">1s · ease-out</span></span>
150+
<span class="step-name">Stand<span class="step-dur">1s · settle</span></span>
151151
<span class="step-cue">Stand up tall between sets</span>
152152
</li>
153153
</ol>
@@ -159,7 +159,7 @@ <h2>The .posecode source</h2>
159159
rig humanoid
160160
pose start = standing
161161

162-
step &quot;Set the hinge&quot; 1.6s ease-in-out:
162+
step &quot;Set the hinge&quot; 1.6s flow:
163163
pelvis: hinge 70
164164
knees: flex 20
165165
ankles: plantarflex 20
@@ -170,21 +170,21 @@ <h2>The .posecode source</h2>
170170
ground-lock: feet
171171
cue &quot;Hinge to a flat back, let the arms hang straight down&quot;
172172

173-
step &quot;Row&quot; 0.9s ease-out:
173+
step &quot;Row&quot; 0.9s settle:
174174
shoulders: extend 10
175175
elbows: flex 95
176176
elbows: pronate 80
177177
ground-lock: feet
178178
cue &quot;Drive the elbows up past the ribs, squeeze the shoulder blades&quot;
179179

180-
step &quot;Lower&quot; 1s ease-in:
180+
step &quot;Lower&quot; 1s drive:
181181
shoulders: flex 65
182182
elbows: flex 10
183183
elbows: pronate 80
184184
ground-lock: feet
185185
cue &quot;Lower the bar under control, keep the back flat&quot;
186186

187-
step &quot;Stand&quot; 1s ease-out:
187+
step &quot;Stand&quot; 1s settle:
188188
pelvis: hinge 0
189189
knees: flex 0
190190
ankles: plantarflex 0

playground/public/moves/biceps.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ <h1>Biceps curl</h1>
135135
<h2>How to do it</h2>
136136
<ol class="steps">
137137
<li>
138-
<span class="step-name">Curl<span class="step-dur">1.1s · ease-out</span></span>
138+
<span class="step-name">Curl<span class="step-dur">1.1s · settle</span></span>
139139
<span class="step-cue">Curl up, keep the elbows tucked at your sides</span>
140140
</li>
141141
<li>
142-
<span class="step-name">Lower<span class="step-dur">1.4s · ease-in</span></span>
142+
<span class="step-name">Lower<span class="step-dur">1.4s · drive</span></span>
143143
<span class="step-cue">Lower under control: don't swing</span>
144144
</li>
145145
</ol>
@@ -151,12 +151,12 @@ <h2>The .posecode source</h2>
151151
rig humanoid
152152
pose start = standing
153153

154-
step &quot;Curl&quot; 1.1s ease-out:
154+
step &quot;Curl&quot; 1.1s settle:
155155
elbows: flex 135
156156
elbows: supinate 80
157157
cue &quot;Curl up, keep the elbows tucked at your sides&quot;
158158

159-
step &quot;Lower&quot; 1.4s ease-in:
159+
step &quot;Lower&quot; 1.4s drive:
160160
elbows: flex 15
161161
elbows: supinate 80
162162
cue &quot;Lower under control: don't swing&quot;

playground/public/moves/bicycle-crunch.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,19 @@ <h1>Bicycle crunch</h1>
135135
<h2>How to do it</h2>
136136
<ol class="steps">
137137
<li>
138-
<span class="step-name">Set<span class="step-dur">0.8s · ease-in-out</span></span>
138+
<span class="step-name">Set<span class="step-dur">0.8s · flow</span></span>
139139
<span class="step-cue">Hands by the ears, knees over the hips, shoulders lifted</span>
140140
</li>
141141
<li>
142-
<span class="step-name">Right to left<span class="step-dur">0.8s · ease-in-out</span></span>
142+
<span class="step-name">Right to left<span class="step-dur">0.8s · flow</span></span>
143143
<span class="step-cue">Right elbow toward the left knee; the right leg extends long</span>
144144
</li>
145145
<li>
146-
<span class="step-name">Left to right<span class="step-dur">0.8s · ease-in-out</span></span>
146+
<span class="step-name">Left to right<span class="step-dur">0.8s · flow</span></span>
147147
<span class="step-cue">Switch: left elbow toward the right knee</span>
148148
</li>
149149
<li>
150-
<span class="step-name">Center<span class="step-dur">0.6s · ease-out</span></span>
150+
<span class="step-name">Center<span class="step-dur">0.6s · settle</span></span>
151151
<span class="step-cue">Return to center, knees stacked over the hips</span>
152152
</li>
153153
</ol>
@@ -159,7 +159,7 @@ <h2>The .posecode source</h2>
159159
rig humanoid
160160
pose start = supine
161161

162-
step &quot;Set&quot; 0.8s ease-in-out:
162+
step &quot;Set&quot; 0.8s flow:
163163
hips: flex 90
164164
knees: flex 90
165165
shoulders: flex 100
@@ -169,7 +169,7 @@ <h2>The .posecode source</h2>
169169
neck: flex 20
170170
cue &quot;Hands by the ears, knees over the hips, shoulders lifted&quot;
171171

172-
step &quot;Right to left&quot; 0.8s ease-in-out:
172+
step &quot;Right to left&quot; 0.8s flow:
173173
spine: rotate-in 30
174174
chest: rotate-in 20
175175
hip_left: flex 110
@@ -179,7 +179,7 @@ <h2>The .posecode source</h2>
179179
reach: elbow_right knee_left
180180
cue &quot;Right elbow toward the left knee; the right leg extends long&quot;
181181

182-
step &quot;Left to right&quot; 0.8s ease-in-out:
182+
step &quot;Left to right&quot; 0.8s flow:
183183
spine: rotate-out 30
184184
chest: rotate-out 20
185185
hip_right: flex 110
@@ -189,7 +189,7 @@ <h2>The .posecode source</h2>
189189
reach: elbow_left knee_right
190190
cue &quot;Switch: left elbow toward the right knee&quot;
191191

192-
step &quot;Center&quot; 0.6s ease-out:
192+
step &quot;Center&quot; 0.6s settle:
193193
spine: rotate-in 0
194194
chest: rotate-in 0
195195
hip_right: flex 90

playground/public/moves/bow.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ <h1>Standing bow</h1>
135135
<h2>How to do it</h2>
136136
<ol class="steps">
137137
<li>
138-
<span class="step-name">Bow<span class="step-dur">2s · ease-in-out</span></span>
138+
<span class="step-name">Bow<span class="step-dur">2s · flow</span></span>
139139
<span class="step-cue">Hinge forward from the hips into a respectful bow, back flat</span>
140140
</li>
141141
<li>
142-
<span class="step-name">Rise<span class="step-dur">2s · ease-out</span></span>
142+
<span class="step-name">Rise<span class="step-dur">2s · settle</span></span>
143143
<span class="step-cue">Return smoothly to standing</span>
144144
</li>
145145
</ol>
@@ -151,14 +151,14 @@ <h2>The .posecode source</h2>
151151
rig humanoid
152152
pose start = standing
153153

154-
step &quot;Bow&quot; 2s ease-in-out:
154+
step &quot;Bow&quot; 2s flow:
155155
pelvis: hinge 35
156156
neck: flex 15
157157
shoulders: extend 5
158158
ground-lock: feet
159159
cue &quot;Hinge forward from the hips into a respectful bow, back flat&quot;
160160

161-
step &quot;Rise&quot; 2s ease-out:
161+
step &quot;Rise&quot; 2s settle:
162162
pelvis: hinge 0
163163
neck: flex 0
164164
shoulders: extend 0

0 commit comments

Comments
 (0)