This is a simple module that can be used to draw polygons or polylines with rounded corners in love2d. The polygons/polylines must consist only from 90/270 degrees corners.
I wanted this functionality to draw pacman like mazes.
Example from a random pacman game:
How it works