有没有比 Cairo 更好的 Python 矢量图形库?
...并不是说我对开罗有任何反对——事实上我喜欢它。安装 Python 绑定非常困难,尤其是在 Mac 上(请参阅有关在 OS X 上安装 pycairo 的所有 SO 问题)。有更好的选择吗?
编辑:
为了了解更多背景信息,我正在创建一个 Web 服务,我希望该服务易于部署,最好使用标准安装通道;无法简单地使用 pip
或 easy_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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
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/