BachiLi / diffvg

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

Documentation #36

Open flono opened 2 years ago

flono commented 2 years ago

Hello,

I really like the Idea of this project and I want to use it in personal projects, but it is not easy to use without any kind of documentation. Most of the core functionality can be reconstructed through the example code, but some at least some simple "Dos and donts" or hints to additional functionality which is not explained or used in the examples would be great. Since this project is not completely written in Python and does not have too many comments in the code, it is pretty hard do explore features that are not explicitly used in the examples. Are there plans to add more documentation?

Additionally: are there plans to publish this as a (pre compiled) package on PyPi? It is not easy to get running on windows.

Otherwise great work!