neon-fibonacci
wry
neon-fibonacci | wry | |
---|---|---|
1 | 27 | |
0 | 3,839 | |
- | 2.5% | |
- | 9.0 | |
over 7 years ago | 9 days ago | |
Rust | Rust | |
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
neon-fibonacci
-
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!
wry
-
Show HN: Kando – Do things with utmost efficiency
[2] https://github.com/tauri-apps/wry/issues/1064
- 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.
What are some alternatives?
rust-for-node-developers - An introduction to the Rust programming language for Node developers.
webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
book - The Rust and WebAssembly Book
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
Ultralight - Lightweight, high-performance HTML renderer for game and app developers.
qtwebkit - Code in this repository is obsolete. Use this fork: https://github.com/movableink/webkit
webrender - A GPU-based renderer for the web
Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
revery - :zap: Native, high-performance, cross-platform desktop apps - built with Reason!
DeskGap - A cross-platform desktop app framework based on Node.js and the system webview
iced - Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua