BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
902 stars 152 forks source link

Suggested Code Hub for Windows 10 users #78

Open Arknightpzb opened 4 months ago

Arknightpzb commented 4 months ago

Recently I've found a code hub might be friendly for those who want to build diffvg on windows 10.diffvg ported for windows

After downloading the code.zip, I followed issue-26 and issue-6 to fix some bugs I met.

However, the first time I still failed in "no module named diffvg", but succeeded at the second time. The difference between the two trials laid in I did python setup.py install first but did not test import pydiffvg in the cmd until I renamed the file described in issue-6.

It may seem strange for those who do not know much about C++ like me, but it may be helpful that fixing the bugs first according to the issues & advice others encountered.

kepurG commented 1 week ago

I spent days and nights to complete the diffvg compilation on Windows. If anyone wants the wheels, you can contact me +V13862010554. Let's create a group to communicate and exchange about the improvements based on the module together.