Hacker News new | ask | show | jobs
Visualizing data with 3D flowers in Vue and Three.js (github.com)
2 points by tsuyoshi_k 293 days ago
1 comments

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.