运行 不使用浏览器的可执行文件中包含 WebGL 的网页

Run a web page containing WebGL in an executable file without using a browser

我想知道是否可以 运行 一个没有预装浏览器的 WebGL 网站。我认为 Visual Studio 的 WebBrowser 可能会有所帮助,但我读到它在兼容模式下使用 Internet Explorer 引擎,因此我无法使用 运行 WebGL。有什么想法吗?

既然你提到了Visual Studio,你见过WebKit.NET吗? (Github)

来自页面:

WebKit .NET is a WinForms control library wrapper for WebKit written in C#. The aim is to make it easy for developers to incorporate WebKit into their .NET applications.

如果结果证明这行不通,那么按照相同思路搜索内容可能是您最好的选择。

编辑:

DotNetBrowser 是另一个基于 Chromium 的组件,看起来更新一些。但是,它不是免费的。

Electron 可能有效。它基本上是 Chromium + IO.js