c75e156b8fa531f846b9926962c3adfc4d1f8744
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diophantine Sphere
Standalone Glitch University component that renders the teaching sequence from a continuous sphere to restricted integer rays. It can show a perfect surface x² + y² + z² = r², an L1 surface |x| + |y| + |z| = r, a single complexity |x| + |y| + |z| = C, or the combined range |x| + |y| + |z| in [1, C]. Overlapping rays are combined and coloured by multiplicity.
Development
npm installnpm run devnpm run build
The component follows the Glitch Component contract and registers itself as window.GlitchComponents["diophantine-sphere"] when loaded from the built IIFE bundle.
Languages
TypeScript
79.2%
CSS
20.3%
HTML
0.5%