Adobe Acrobat 9 是如何制作的?
谁能告诉我 Adobe Acrobat 9 是如何制作的? 我喜欢 GUI 的外观和感觉,并且很好奇它是如何制作的。 具体来说,是用什么编程语言来制作的?
Can anyone tell how Adobe Acrobat 9 was made? I like the look and feel of the GUI and I'm curious how it was made. Specifically, what programming language was used to make it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信它是使用 Evil 框架用 C++ 编写的。
I believe it was programmed in C++ using the Evil framework.
Adobe 的所有主要产品都是用 C++ 编写的。 尽管它们大多是使用专有工具包编写的,但 Adobe 实际上已经开源了一些常见的低级库。 您可以在 Adobe 软件和技术实验室 (STLab) 阅读有关它们的更多信息并自行下载。 他们的一个库,Adam and Eve,我觉得特别有趣并且通常很有用。
All of Adobe's major products are written in C++. Although they're mostly written using proprietary toolkits, Adobe has actually open-sourced some of their common low-level libraries. You can read more about them, and download them yourself, at Adobe's Software and Technology Lab (STLab). One of their libraries, Adam and Eve, I find especially interesting and generally useful.