An interactive 3D text ring prototype built with React Three Fiber. The effect wraps repeated text around a circular form and combines animated motion, distortion, and translucent material styling for a glossy, experimental landing-page treatment.
This prototype explores a motion-driven 3D typography effect where text appears as a rotating ring in depth. The presentation leans into a glass-like visual treatment and an immersive full-screen composition, making it useful as a study in expressive hero sections, motion design, and WebGL typography experiments.
The repository currently contains the built static site output, so it is best treated as a deployable prototype snapshot rather than a full source workspace.
This experiment is based on the Codrops article:
Exploring a 3D Text Distortion Effect with React Three Fiber
index.htmlbootstraps the app and loads the generated bundle.static/contains the compiled JavaScript assets.asset-manifest.jsonmaps the generated entrypoints.cover.gifis the project preview used in this README.
Because this repo contains static build output, you can preview it with any simple local web server from the project root.
Example:
python3 -m http.server 8000Then open http://localhost:8000.
- The live experience requires JavaScript and WebGL support in the browser.
- If you want to extend or rebuild the effect, the Codrops article above is the main implementation reference.
