5 ms·
Visualizing data with 3D flowers in Vue and Three.js
- tsuyoshi_k 1y agoIn a side project, I visualized different types of user activity as flowers orbiting a planet. Each flower represents one data point — color-coded by count thresholds (blue → red). Built with Vue + Three.js Flowers are placed procedurally on a sphere Starfields and shooting stars added via CSS and canvas Fully cleaned up with `onUnmounted()` hooks It was surprisingly lightweight and expressive. Let me know if you’re curious to see more.