I\'m writing my own uv editor for a tool of mine, and I\'m trying to incorporate as many algorithms as I can for projections. I need to take an arbitrary mesh, and make uv
You should start from the siggraph course Mesh Parameterization: Theory and Practice then look into the cited papers for details on the algorithms you're implementing