MatplotPong

A while ago I was exploring FastHTML. This was a lot of fun and you can see my little exploration of it here. It also led me to make a few plugins. One allows you to easily embed matplotlib charts and the other does the same for altair/vegalite.

The cool thing about making such plugins is that it can be fun to see what the ecosystem does with it. I figured it might be used in some dashboards or something, but I did not expect somebody to do this:

Credits go to Jeremy Pinto for making a FastHTML version of the game pong that uses matplotlib and websockkets under the hood. It is certainly original and I love it!