Fun Things From Around the Internet
Some neat, silly and educational things I found around the internet and decided to implement/share. Some of them are pretty well known, but with not that many existing implementations which makes for a nice puzzle (how to properly implement it?).
Proper Vertex Wobble
Classic PSX vertex wobble/snapping, but implemented correctly in screen-space as opposed to what most people do nowadays. If you want to learn more there's an exhaustive article on the topic by PIKUMA.
Beglamours
This is the longest word that doesn't intersect itself on an alphabet circle. Personally I found this rather interesting, so I decided to write a quick visualisation for this type of 'word analysis' (if you can even call it that). Pretty neat.