跳到主要内容
UltimateUI alpha 文档站

WebKitGTK · C# · Binary Opcode Bridge

Build native-feeling WebKit apps in C#.

UltimateUI 把强类型 C# DOM 降低成二进制 opcode frame,由 WebKitGTK 中的固定 shim 完成 mount、update 和事件回传。

var app = App.Create();
var button = new Button("Click");

app.Mount(root);
app.Update(tx => tx.SetText(button, "Updated"));

Runtime Surface

当前实现范围。

RendererWebKitGTK 6.0 + JavaScriptCoreGTK 6.0
RuntimeMount · UpdateAsync · listener back-channel
FallbackNullRenderHost 用于测试和 opcode golden frame