Try it yourself here! :
https://editor.p5js.org/chewie/present/Bq1XupIE4
This interactive prototype is a concept for a video player in which content you watch seems to physical break into pieces and fall to the bottom of the screen as you browse. You can also “pick up” these pieces of digital debris, and the player will navigate to the video that spawned that particle. You can drag things around, and watch your content – the more you interact with it, the bigger a mess you make.

Navigate between different videos using the arrow keys, or click on any of the debris tiles to see that video again! This project was built in P5.js and the physics forces/simulation was done using the Matter.js library.