Skip to content

Commit 2c6f3c3

Browse files
committed
Updating readme
1 parent fbc4aa9 commit 2c6f3c3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<div align="center">
22

3-
# WebUI Rust
3+
![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/main/webui_rust.png)
4+
5+
# Rust-WebUI
46

57
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/rust-webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868
68
[license]: https://img.shields.io/github/license/webui-dev/rust-webui?style=for-the-badge&logo=opensourcehardware&label=License&logoColor=C0CAF5&labelColor=414868&color=8c73cc
79
[![][last-commit]](https://github.com/webui-dev/rust-webui/pulse)
810
[![][license]](https://github.com/webui-dev/rust-webui/blob/main/LICENSE)
911

10-
> WebUI is not a web-server solution or a framework, but it allows you to use any web browser as a GUI, with your preferred language in the backend and HTML5 in the frontend. All in a lightweight portable lib.
12+
> Use any web browser or WebView as GUI, with Rust in the backend and modern web technologies in the frontend, all in a lightweight portable library.
1113
12-
![Screenshot](https://github.com/webui-dev/webui/assets/34311583/57992ef1-4f7f-4d60-8045-7b07df4088c6)
14+
![Screenshot](https://raw.githubusercontent.com/webui-dev/webui-logo/main/screenshot.png)
1315

1416
</div>
1517

@@ -86,7 +88,7 @@ Think of WebUI like a WebView controller, but instead of embedding the WebView c
8688

8789
### Runtime Dependencies Comparison
8890

89-
| | WebView | Qt | WebUI |
91+
| | Tauri / WebView | Qt | WebUI |
9092
| ------------------------------- | ----------------- | -------------------------- | ------------------- |
9193
| Runtime Dependencies on Windows | _WebView2_ | _QtCore, QtGui, QtWidgets_ | **_A Web Browser_** |
9294
| Runtime Dependencies on Linux | _GTK3, WebKitGTK_ | _QtCore, QtGui, QtWidgets_ | **_A Web Browser_** |

0 commit comments

Comments
 (0)