Hey, everyone! I've worked on generating some planar graph, thought it might be useful for someone else. ;) Hope you'll find it useful. Demo (filmed 10fps, that's why it's laggy) demo.gif function love.load() points = {} hostPoints = {} connections = {} minDistance = 30 maxDistance = 60 -- Number of...