|
51 | 51 | - [Supported Web Browsers](#supported-web-browsers) |
52 | 52 | - [License](#license) |
53 | 53 |
|
| 54 | +## Documentation |
| 55 | + |
| 56 | +- [Online Documentation](https://webui.me/docs.html#/) |
| 57 | + |
54 | 58 | ## Features |
55 | 59 |
|
56 | 60 | - Portable (*Only needs a web browser at runtime, WebView is optional*) |
@@ -89,20 +93,14 @@ Think of WebUI like a WebView controller, but instead of embedding the WebView c |
89 | 93 |
|
90 | 94 | ### Runtime Dependencies Comparison |
91 | 95 |
|
92 | | -| Framework | Windows Dependencies | Linux Dependencies | macOS Dependencies | |
| 96 | +| GUI | Windows Dependencies | Linux Dependencies | macOS Dependencies | |
93 | 97 | |-----------|---------|-------|-------| |
94 | | -| **WebView** | WebView2 | GTK3, WebKitGTK | Cocoa, WebKit | |
95 | | -| **Tauri** | WebView2 | GTK3, WebKitGTK | Cocoa, WebKit | |
96 | | -| **Qt** | QtCore, QtGui, QtWidgets | QtCore, QtGui, QtWidgets | QtCore, QtGui, QtWidgets | |
97 | | -| **Electron** | Embedded Chromium | Embedded Chromium | Embedded Chromium | |
98 | | -| **NW.js** | WebView2 / Chromium | GTK3, Chromium | WebKit / Chromium | |
99 | | -| **Flutter** | ANGLE/DirectX | GTK3 | Cocoa, Metal | |
| 98 | +| **Tauri** | WebView2 | GTK/WebKitGTK | WKWebView, WebKit | |
| 99 | +| **Qt** | Qt bundles | Qt bundles, libxcb, libxkbcommon... | Qt bundles | |
| 100 | +| **Electron** | Embedded Chromium + Node.js | Embedded Chromium + Node.js | Embedded Chromium + Node.js | |
| 101 | +| **NW.js** | Embedded Chromium + Node.js | Embedded Chromium + Node.js | Embedded Chromium + Node.js | |
100 | 102 | | **WebUI** | **Only A Web Browser** | **Only A Web Browser** | **Only A Web Browser** | |
101 | 103 |
|
102 | | -## Documentation |
103 | | - |
104 | | -- [Online Documentation](https://webui.me/docs.html#/) |
105 | | - |
106 | 104 | ## Build WebUI Library |
107 | 105 |
|
108 | 106 | ### Windows |
|
0 commit comments