SaaSHub helps you find the best software and product alternatives Learn more →
Wry Alternatives
Similar projects and alternatives to wry
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
webview
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
-
-
-
Slint
Discontinued Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]
-
-
-
-
-
-
qtwebkit
Discontinued Code in this repository is obsolete. Use this fork: https://github.com/movableink/webkit
-
wry discussion
wry reviews and mentions
- Cross-platform WebView rendering library in Rust
-
Rust from a Web perspective
It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting. Start learning!
- Verso – web browser built on top of the Servo web engine
-
Building Apps with Tauri and Elixir
The biggest benefits we derived from Tauri were Wry and the sidecar mechanism. Wry (the second half of Tauri: tao/wry) is a cross-platform WebView rendering library in Rust that supports all major desktop platforms like Windows, macOS, and Linux. It essentially spins up a native web view from whatever operating system it’s running on and doesn’t require an application to bundle one with it. Wry greatly reduces the overhead of “pushing” a browser to our users, instead leaning on the host OS to handle rendering a web view. This made our applications really lean.
-
Octos – HTML live wallpaper engine
Check out https://tauri.app/ - specifically, https://github.com/tauri-apps/wry, which provides a cross-platform interface to the system's WebView.
-
Building a Slack/Discord Alternative with Tauri/Rust
Tauri uses WebkitGTK, which has pretty bad performance compared to other browsers on the same hardware.
https://github.com/tauri-apps/wry/issues/890#issuecomment-14...
-
Developing a Desktop Application via Rust and NextJS. The Tauri Way.
One small note regarding Native Webview meant above. You can find ultimate information on this topic here. In a nutshell, Tauri applications use as HTML renderer Webkit (safari engine) on MacOS, Microsoft Edge WebView2 on Windows, and WebKitGTK on Linux (port of Webkit for Linux). Pay attention to the fact that a Tauri application could behave differently on different platforms according to the information above.
- QUESTION | How to use drag event in a Tauri app
-
Hey! TS dev looking for Rust project to begin.
wry looks like a better choice, but no one has bothered to work on this task, yet.
-
How to embed a web Browser in a GUI application
I think this might be somewhat close to what you're looking for: https://github.com/tauri-apps/wry
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Dec 2024
Stats
tauri-apps/wry is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of wry is Rust.