SDFY is weekend project I made using signed distance functions and some SIMD to quickly rasterize vector shapes and shadows for GUIs. Rendering drop and inset shadows is a relatively slow process using a standard 2D gaussian blur. Not being happy with the performance of existing renderers I made my own way.