Launched this week
UvTe-3d
Stunning 3D React components via pure math. Zero WebGL.
9 followers
Stunning 3D React components via pure math. Zero WebGL.
9 followers
Adding 3D to React usually means importing heavy WebGL wrappers like Three.js. uvte-3d challenges this by rendering stunning, interactive 3D geometries (spheres, mobius strips, tori) using pure math and SVG projections. No canvas. No WebGL. Just raw trigonometric functions running natively in the browser. The result is a radically lightweight, 60fps 3D aesthetic perfect for AI thinking states and modern UI designs.




Honestly the whole no-WebGL angle is really cool, but one thing that would take it further is letting devs pass in custom shaders or color gradients for each shape, kind of like defining a small config object. Right now the presets are nice but a bit limiting if you want it to match a specific brand palette in a real product UI.