Visualizing data with 3D flowers in Vue and Three.js

2 tsuyoshi_k 1 8/27/2025, 1:55:38 PM github.com ↗

Comments (1)

tsuyoshi_k · 19h ago
In 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.