Hacker News new | ask | show | jobs
by tayistay 1416 days ago
I think the issue with slug is that it requires a fair amount of pre-computation. So it's great for its use case: rendering glyphs, especially on surfaces in games.

I do something a bit like slug, but I'm sure slower, since slug is very optimized. (https://github.com/audulus/vger)