Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: SDFY: Fast 2D Vector Shapes and Shadows with Signed Distance Functions

github.com

2 points by elcritch 4 hours ago

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.