HTML Sonnet #57
7.6
Evaluation
7.6 avg
7.5 physics accuracy
8.5 design quality
7.5 animation quality
6 slider ux
8.5 completeness
7.8 overall
Two crowns Same mass, different density Vertical slider Slider works Slider controls crowns Slider direction correct Full slider range Fall animation Water displacement Rising water level Splash effects Physics correct Live mass value Live volume value Live density value Live displaced water Gilded displaces more Heureka animation No external deps Light bg / dark text Self-contained HTML

Slider direction is inverted (label says top=Luft/air, bottom=Wasser/water, but the HTML range input with writing-mode+direction tricks maps value=0 at top visually — needs verification; the submerged fraction computation multiplies by `t` twice via `submergedFrac * t` giving incorrect partial submersion physics, though overall displacement direction and magnitude are directionally correct; buoyancy unit conversion is doubly scaled (9.81 × 0.0981 is wrong).

10,785 output tokens · claude-sonnet-4-6 · end_turn

Slider direction is inverted (label says top=Luft/air, bottom=Wasser/water, but the HTML range input with writing-mode+direction tricks maps value=0 at top visually — needs verification; the submerged fraction computation multiplies by `t` twice via `submergedFrac * t` giving incorrect partial submersion physics, though overall displacement direction and magnitude are directionally correct; buoyancy unit conversion is doubly scaled (9.81 × 0.0981 is wrong).