Retro Star Fox style 3D Ethereum logo built with Three.js.
- 🎮 Star Fox/SNES aesthetic — Low poly geometry with flat shading
- 🌌 Vertex jitter shader — Authentic retro polygon wobble (PS1/SNES style)
- ✨ Quantized lighting — Color banding for that chunky retro look
- 🎯 Locked pixel ratio — Chunky pixels, no anti-aliasing
- 📺 Scanline overlay — CRT monitor effect
- Three.js — WebGL 3D library
- Vite — Fast dev server and build tool
- Custom GLSL shaders — Vertex snapping + quantized lighting
npm install
npm run devnpm run build
npm run previewThe logo is composed of two square-based pyramids:
- Top pyramid: flat base (like Great Pyramids), point up (light purple-blue)
- Bottom pyramid: flat top, point down (inverted, darker blue)
Both pyramids rotate in sync with a gentle floating animation.
- Vertex Snapping — Vertices snap to a grid, creating polygon jitter
- Flat Shading — No smooth gradients, just hard edges
- Quantized Brightness — Lighting levels are reduced to 4 steps
- Pixel Ratio Lock — Renderer locked to 1:1 for chunky pixels
- No Anti-aliasing — Keeps edges sharp and retro
Built by @its-applekid