Claude's Wizard is a classic moonlit night-scene portrait drawn
entirely with SketchWave shape classes — no free-hand paths, no images.
Every element of the scene, from the sky gradient to the glowing magic orb,
is built from a SketchWave class instance and rendered via drawOnGrid(grid).
🎨 Scene Overview (painter's algorithm — back to front)
SWGradient — dark-blue → dark-indigo sky fill
SWTwoTonedDisk — silver/shadow full moon (slowly rotates)
All shapes drawn in painter's-algorithm order (back→front) using
drawOnGrid(grid). Three SWSinusoid instances
drive all animation: sinTwinkle (stars), sinSparkle
(orb pulse), and sinBob (ghost float).
Colors are all HSB via SWColor with a midnight
#0a0a1a canvas background covered by an
SWGradient sky fill.
See 🧙 Claude's Wizard Thoughts
for a full chronicle of how each shape class was used and why the library made this scene possible.