Crisp

I was always frustrated with the limitations of LOVE's font rendering:
If you want to render text at a specific size, then you should create
a font at that size.
You can scale a font, but the result is usually a blurry mess.
That's why I created Crisp - a library that renders MSDF fonts so that
any font can be rendered at any size and still look great.
Crisp is a straightforward implementation of the technique described by Valve, making use of a pixel shader to perform pretty much all the 'magic'.