I'm working on a grand strategy game map and would like a way to render fairly smooth borders between provinces like in Paradox Interactive's Imperator: Rome below.
It seems that they use Unsigned Distance Fields (UDFs) to render smooth, reasonably artifact-less borders with support for additional color gradients and hashmarkings. Most of the work, as I understand, around DF rendering comes from Valve's paper from 2007.