UVAtlas icon indicating copy to clipboard operation
UVAtlas copied to clipboard

UVAtlasTool on linux

Open f1shel opened this issue 1 year ago • 2 comments

I've successfully build and run UVAtlas on Ubuntu22.04. The results are shown below: bunny tap The code is quit simple and every option is hardcoded currently. I am considering wrapping it into a pypi package, say pyUVAtlas, for linux users. Any suggestions from the community?

For those interested in building on Linux, I used vcpkg to install all the dependencies. I am wondering if it's possible to use vcpkg to install dependencies when building a PyPI package? Even if it is possible, users would still need to install vcpkg first and then use it to install DirectXMesh, DirectXMath, etc., before finally configuring pyUVAtlas. Is there a more elegant way to streamline this process?

f1shel avatar Jun 13 '24 00:06 f1shel

Here is the python wrapper repo pyatlas

f1shel avatar Jun 13 '24 20:06 f1shel

I noticed that the helper functions related to gutters are missing in the current library, which prevents me from creating a texture atlas with texel filled in the gutter area. Could the developers please kindly add this feature to the library?

f1shel avatar Jun 13 '24 23:06 f1shel