Cyber Visualizer

This interactive music visualization leverages Three.js to deliver an 80s-inspired cyberpunk aesthetic directly in the browser. The dynamically generated 3D landscape responds in real-time to music frequency data, creating an immersive audio-visual experience. Users can interact with the scene by moving the camera using their mouse or touch gestures, adding an extra layer of engagement. Songs are loaded asynchronously, ensuring faster load times and reduced bandwidth usage.

My contributions included developing the 3D environment, implementing camera controls, optimizing performance for seamless playback, and handling asynchronous data loading.

// Technologies used: HTML5, CSS, Javascript, Three.js