Implements a 300x300 PNG floor-plan renderer using github.com/fogleman/gg: - Room outlines (white rectangles on dark background) - Zone fills (semi-transparent colored at 20% opacity) - Zone labels (white text at centroid) - Node positions (white dots) - Person blobs (colored circles, diameter 10-20px based on confidence) - Name labels above blobs - Portal planes (thin purple lines #a855f7) - Event highlight zone (brighter fill with white border) Includes unit tests that verify pixel colors at known positions and benchmark for performance validation (target: <200ms). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| floorplan.go | ||
| floorplan_test.go | ||