I want to implement a map system like Alien Isolation has. Up close, the lines are two pixels thick with one pixel of anti-aliasing on either side:
I have my own pixmap class for image data, but have not implemented any line rasterization. Do you know any library I can use to do this, that isn't too bloated and doesn't have a lot of dependencies?
