Commit Graph

168 Commits

Author SHA1 Message Date
6bf56a8c05 Add development instructions and scripts to README. 2024-07-01 14:43:39 -07:00
2e4485809f Add user settings for adjusting trail display. 2024-06-16 20:48:00 -07:00
f971e52736 Use background pattern in debug information to remind lark vs. robins by shape. 2023-11-24 16:51:33 -08:00
b16267b9dc Fix debug information table to match new color scheme. 2023-11-24 16:30:52 -08:00
b683803ab7 Merge branch 'exp/dancer-colors' to rework colors and dancer shapes. 2023-11-24 16:17:19 -08:00
15937c55f7 Cleanup/remove dead code. 2023-11-24 16:15:38 -08:00
6f2259faf2 Swap lark and robin shapes so lark is dome and robin is triangle. 2023-11-24 16:09:21 -08:00
82bc463859 Fix dancer label colors to not be almost white on white. 2023-11-12 20:10:36 -08:00
6ace619ec1 [WIP] Trying out different ways to make dancers visually distinctive.
* Different shapes for larks/robins: robins are now domes, larks still
   triangles.
 * Related: partners the same color (might try very close colors?)
 * Attempt to have a color scheme so Ones are warm colors and Twos are
   cool colors to make neighbor vs. shadow interactions more clear at a
   glance.
2023-11-12 19:57:22 -08:00
9fbf7d18ac [WIP] Refactor to split interpreter into one file per move.
Currently just copied over the existing code and applied the quick
fixes to get it to compile. Each move should be refactored to be handle
its parameters earlier where applicable. But variants support should
probably be added first so both refactors can happen together.
2023-10-15 05:25:06 -07:00
5b88361239 [WIP] Starting to split interpreter.ts into separate files. 2023-10-15 03:51:11 -07:00
d2b3e3a826 [WIP] Add comment on limitation of 'pull by dancers'. 2023-10-14 16:23:50 -07:00
d8e7fbe12d Support allemande from long lines to short lines. 2023-10-14 16:11:29 -07:00
8761e409b2 For pull/pass by, spin in direction shoulder used. 2023-10-14 16:10:47 -07:00
4f64f045d3 Add 'Pass By'. 2023-10-14 15:43:43 -07:00
e1ca99ba51 Fix mad robin not in initial set. 2023-10-14 15:43:21 -07:00
ef137dc998 Special-case notes to correctly interpret Van Is My Middle Name. 2023-10-14 15:25:56 -07:00
1caab5d112 Initial support for ricochet in hey. 2023-10-14 15:08:41 -07:00
0bb4e2c051 Fix CirclePosition.fromSides() 2023-10-14 15:08:15 -07:00
987270e073 Support pass through across set. 2023-10-14 12:57:37 -07:00
951073dbe1 Make turn as a couple in short lines render better. 2023-10-14 12:57:13 -07:00
58149ab195 Fix rotation on bend the line after up the hall. 2023-10-14 12:56:17 -07:00
ad14e4e51f Make swing after take look less weird. 2023-10-14 01:50:22 -07:00
10d67df9cc Basic debug display for transition animation. 2023-10-14 01:50:03 -07:00
69c211c858 Fix some weird rotations. 2023-10-14 01:05:50 -07:00
9a7c1d5ea8 Handle allemande 3/4 in One Fish, Two Fish, Right and Left Through Fish. 2023-10-14 00:53:05 -07:00
61badb6404 Support allemande from short to line lines. 2023-10-14 00:24:30 -07:00
e02b8b2e76 Initial support for pass through to ocean wave. 2023-10-13 04:28:17 -07:00
950e828e44 Adjustments to star and progression logic. 2023-10-13 04:06:14 -07:00
afd54e23d1 Animation for star. 2023-10-13 03:39:19 -07:00
b487c1f17f Hardcode parsing preamble for start formation for Binary Stars. 2023-10-12 04:09:30 -07:00
17a7947a41 Animation for promenade across. 2023-10-12 03:55:54 -07:00
08dbddb131 Fix allemande starting hands. 2023-10-11 21:03:27 -07:00
35e42079f8 Simplify swing facing logic. Make swing after take not look as weird... transition is still weird. 2023-10-11 20:41:55 -07:00
a6e1f69730 Add debug display of start/end of rotations. 2023-10-11 20:26:18 -07:00
eb98288b4b Adjust do nothing for paired move. 2023-10-11 20:16:35 -07:00
5bfdd56c3b Fix do si do 360 degrees. 2023-10-10 05:14:36 -07:00
ad1ba9c659 Adjust 'idle' logic to not have hands and allow rotations. 2023-10-10 04:42:54 -07:00
2704d3bf4d Fix rotations starting on side from short lines. 2023-10-10 04:26:44 -07:00
5d24ffa950 Support Rory O'More in short lines. 2023-10-10 04:21:04 -07:00
d94e599c91 Initial support for give and take. 2023-10-10 03:08:28 -07:00
3b765838d4 Fix current move in moves list for last beat. 2023-10-10 03:05:25 -07:00
f870efb13e Performance: avoid using .getElementsByClassName() on every frame to reduce allocations. 2023-10-09 14:52:01 -07:00
bc96ecf713 Performance: reduce trail count from 10 to 7. 2023-10-08 23:50:05 -07:00
82f807ddfe Performance: remove unnecessary work when not drawing text. 2023-10-08 23:49:48 -07:00
e86b065e2f Performance: don't draw text on dancer trails. 2023-10-08 23:32:57 -07:00
92833c816c Performance: don't make canvas transparent. 2023-10-08 23:32:36 -07:00
ad3b945307 Don't swing too slowly. 2023-10-08 20:26:59 -07:00
a86ddc2a39 Improve courtesy turn animation. 2023-10-08 20:26:26 -07:00
0c4f1bd017 [WIP] Improving chain animation. 2023-10-08 18:28:44 -07:00