有关于如何开始构建自己的浏览器的文章吗?

发布于 2024-09-03 13:48:39 字数 106 浏览 4 评论 0原文

大家好,最近我有点好奇,想做一个浏览器。我想使用现有的引擎,例如 Gecko 或 Webkit。网络上是否有关于如何入门的资源和示例?语言选择并不重要(但请不要使用 VB。这是我找到的唯一示例代码)

Hello recently I've been a bit curious and wanted to make a browser. I'd like to use an existing engine though such as Gecko or Webkit. Are there any resources on the web for how to get started and any examples? Language choice doesn't really matter(but no VB please. That was the only example code I found)

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

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

发布评论

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

评论(2

淡写薰衣草的香 2024-09-10 13:48:39

Chromium 是一个开源浏览器项目,旨在构建让所有互联网用户体验网络的更安全、更快、更稳定的方式。该网站包含设计文档、架构概述、测试信息等,可帮助您学习构建和使用 Chromium 源代码。

或者研究一些使用 Webkit 的应用程序。这些项目很可能不像 Chromium 那样复杂。

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. This site contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code.

Or study some applications using Webkit for example. Chances are, these projects are not as complex as chromium.

夏末 2024-09-10 13:48:39

我建议您使用 Swing 或 SWT 在 Java 中构建浏览器。它们拥有您需要的所有组件,因此您需要将它们组合在一起并开始解决更棘手的问题。该文档很好,您甚至可以找到可以帮助您完成大部分工作的教程。

我最近下载了 Firefox 或 Chrome 的代码,这似乎是一个更难开始的地方。与 Java 应用程序相比,要在您的计算机上运行构建需要大量的设置和开销。

I'd recommend you build a browser in Java with Swing or SWT. They have all the components you'll need, so you need to put them together and start figuring out the tougher problems. The documentation is good, and you may even find tutorials that get you most of the way there.

I recently downloaded the code for Firefox or Chrome, and this seems like a much more difficult place to start. There's lots of setup and overhead to get a build working on your machine compared with a Java app.

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