Skip to content

Commit

Permalink
Merge pull request #4174 from shaedrich/tauri
Browse files Browse the repository at this point in the history
Add related to topic "Tauri"
  • Loading branch information
ipc103 authored Jan 17, 2024
2 parents a7db325 + 09c25cd commit a4e02bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions topics/tauri/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ logo: tauri.png
short_description: Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms.
topic: tauri
url: https://tauri.app/
related: electron, nativephp, pwa, qt, hta, cross-platform
---

Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.
**Tauri** is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.

The user interface in Tauri apps currently leverages tao as a window handling library on macOS and Windows, and gtk on Linux via the Tauri-team incubated and maintained WRY, which creates a unified interface to the system webview (and other goodies like Menu and Taskbar), leveraging WebKit on macOS, WebView2 on Windows and WebKitGTK on Linux.
The user interface in Tauri apps currently leverages tao as a window handling library on macOS and Windows, and gtk on Linux via the Tauri-team incubated and maintained WRY, which creates a unified interface to the system webview (and other goodies like Menu and Taskbar), leveraging WebKit on macOS, WebView2 on Windows and WebKitGTK on Linux.

0 comments on commit a4e02bb

Please sign in to comment.