A 3D text renderer that builds words out of interlocking toy bricks using Three.js and React.
Start a local web server in the project directory:
python3 -m http.server 8080Then open http://localhost:8080 in your browser.
- Enter text in the input field
- Choose a color mode (rainbow, random, or solid colors)
- Click "Build" to watch bricks animate into place
- Use mouse to interact with the 3D scene:
- Drag - Rotate camera
- Scroll - Zoom in/out
- Shift+Drag or Right-click drag - Pan
- Double-click - Reset camera to front view
No installation required. The app loads all dependencies from CDN:
- React 18
- Three.js
- Tailwind CSS
- Babel (for JSX transformation)