有没有比 Cairo 更好的 Python 矢量图形库?

发布于 2024-12-09 01:50:25 字数 317 浏览 0 评论 0原文

...并不是说我对开罗有任何反对——事实上我喜欢它。安装 Python 绑定非常困难,尤其是在 Mac 上(请参阅有关在 OS X 上安装 pycairo 的所有 SO 问题)。有更好的选择吗?

编辑:

为了了解更多背景信息,我正在创建一个 Web 服务,我希望该服务易于部署,最好使用标准安装通道;无法简单地使用 pipeasy_install 会给许多部署平台上的部署过程带来复杂性。此外,我希望任何人都能轻松地设置虚拟环境并在本地计算机上进行应用程序开发。同样,易于安装是这里的一个重点。

...Not that I have anything against Cairo -- I love it in fact. It's just terribly difficult to install the Python bindings, especially on a Mac (see all the SO questions about installing pycairo on OS X). Are there better alternatives?

Edit:

For a little more context, I'm creating a web service that I would like to be simple to deploy, ideally using standard installation channels; not being able to simply use pip or easy_install introduces complexity into the deployment process on many deployment platforms. Additionally, I'd like it to be easy for anyone to set up a virtual environment and do development on the application on their local machine. Again, ease of installation is an important point here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧竹 2024-12-16 01:50:25

Kiva 是 Enable 的一部分,是一个抽象矢量渲染器的库。它支持 cairo、Agg 和其他几个渲染器,但 Agg 是默认渲染器。它适用于 Linux、OS X 和 Windows。

Kiva, part on Enable, is a library which abstracts the vector renderer. It supports cairo, Agg, and several other renderers, though Agg is the default. It works on Linux, OS X and Windows.

明月夜 2024-12-16 01:50:25

cairocffi 使用 pip/virtualenv 干净地安装,并提供与 pycairo 相同的 API。
http://packages.python.org/cairocffi/

cairocffi installs cleanly with pip/virtualenv and provides the same API as pycairo.
http://packages.python.org/cairocffi/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文