Open Issues Need Help
View All on GitHubAI Summary: Implement a visually appealing spinning record animation in a Three.js web application whenever a song is playing. This involves sourcing or creating a suitable record texture and integrating it into the existing Three.js scene to rotate realistically while a song plays.
A three.js vinyl webapp that allows users to convert their Spotify library into a virtual record playing setup.
AI Summary: Improve the album partitioning algorithm in a three.js Spotify web app to distribute songs across two sides of a virtual record more evenly, minimizing the variance in playtime between sides, instead of using a greedy approach. The algorithm should consider a maximum playtime constraint (e.g., 22 minutes per side).
A three.js vinyl webapp that allows users to convert their Spotify library into a virtual record playing setup.