KulerIslands-open source

KulerIslands is a C# tool developed to make it easier for artists to generate UV templates for use in painting textures. The tool generates a png image file displaying the UV’s of the obj. Currently the tool only supports UV Space 1. It also only supports OBJ file formats.

DOWNLOAD

a pre-build binary file could be more better

There’s a binary in the “executables” folder.
In Linux you need to install things related to “mono”. I installed in Kubuntu “mono-complete” package. Then run with “mono kulerIslands.exe”. Anyway the program opens, but then suddenly closes when I press the “Generate” button.

Edit:
In case anyone is interested in compiling it for Linux and for future releases, after installing some dependencies related to mono, I use: xbuild kulerIslands.sln