1 comments

  • tsuyoshi_k 6 hours 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.