Bouncing DVD Logo Simulator
I made this project to learn about HTML5 canvas animations. Users can spawn new logos and change the speed of the animation. Next, I would like to add the ability for users to change the sounds made when the logos collide with the edges and each other.
In this case I used the Canvas API directly, without using an animation library. This was good for my learning, but next time I would use a library that abstracts some of the complexity (e.g. around object collision detection).