LandLucamail
tauri
LandLucamail | tauri | |
---|---|---|
1 | 493 | |
1 | 84,673 | |
- | 2.8% | |
0.0 | 9.9 | |
over 2 years ago | 2 days ago | |
JavaScript | 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.
LandLucamail
-
I created LucaMail - Next Generation Beautiful Featureful E-Mail Client for Desktop
Hey Luca, sounds good, keep it up! I Like this UI: https://github.com/raghavyuva/LandLucamail/blob/master/src/Static/ssDark.png
tauri
-
Show HN: A macOS app and window activity tracker
Thank you! More than 50% of the codebase is written in Rust. The GUI is rendered using a native web view with Tauri (https://tauri.app).
-
Getting Started with Rust
2. Tauri Tauri is a framework for building smaller, secure desktop and mobile applications with a web front-end. If you're interested in building cross-platform apps with a focus on security, this is an excellent project to explore.
-
Ask HN: Stick to Electron (JS/TS), Swift and Kotlin or Learn Rust and Use Tauri
I currently use Electron (JS/TS), Swift and Kotlin to build FullStacked (https://github.com/fullstackedorg/editor) on all platforms.
I spent the last hour reading about Tauri (https://tauri.app) and now I'm wondering if learning Rust is worth it to have only one codebase for all platforms, instead of 3?
I mainly have a webdev background, but I still did some C++ and very little of Go. I'm not the best with pointers and memory allocation/deallocation, so is rust such a pain to work with for someone like me or people usually pick it up quite fast?
Also, is Rust enough feature-rich to build actual mobile apps or is it still too early phase for production?
Looking for some advices, personal opinions or experiences?
-
The ultimate Electron app with Next.js and React Server Components
At the same time, Electron is a de-facto standard for modern desktop apps written using web technologies, especially when application must have filesystem and other system API access, while being written in JS (Tauri receives an honorable mention here if you know Rust or if you only need a simple WebView2 shell).
-
Q3 dev update for Graphite, a Blender-inspired 2D procedural design Rust app
That'd be because it's all CPU-based at the moment . So your 4080 is taking a vacation while your CPU hits the gym. That's obviously not ideal, but you'll have to trust me that it is due to long-term architectural planning reasons and not a blatant disregard for sensible development practices. Our node graph engine is really advanced—it's actually a scripting language built upon Rust and its type system—which will have some very sizable benefits once it's done being built. But right now, it means vital things like GPU compute have been blocked by a towering pile of other engineering work. But we've nearly completed those prerequisites and should be able to unlock GPU compute in the early parts of next year (this is also blocked on Firefox and Safari shipping WebGPU support, required to use compute shaders in the browser— and on us having the time to support Windows, Mac, and Linux builds via [Tauri](https://tauri.app/)).
In short, please be patient :) The app's architecture is designed with performance that'll make your CPU and GPU scream, but it's a big job building all of it. Especially for raster imagery, that's where a CPU-bottlenecked render pipeline is especially affected. But next year is the year we move on from vector graphics to raster once the GPU is utilized in the render pipeline.
Thanks for taking a look!
- Gosub – An Open-Source Browser Engine Built in Rust
-
Ask HN: How should I learn Rust for Tauri development?
Hi hackers. I'm a web developer and want to use Tauri (https://tauri.app/). But Rust intimidates me a bit.
I'd like to ask, as an experienced web developer, how can I learn Rust to the extent that I can use Tauri to develop native applications?
- Rust needs a web framework for lazy developers
-
Tauri 2.0 Stable Release
Audit report is here.
https://github.com/tauri-apps/tauri/blob/dev/audits/Radicall...
-
Tauri adoption guide: Overview, examples, and alternatives
Tauri is an excellent toolkit for building lightweight, secure, and cross-platform desktop applications using web technologies. Since its alpha release in 2019, Tauri has become a compelling alternative to established tools like Electron.
What are some alternatives?
web-to-desktop-framework-comparison - An objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.
Wails - Create beautiful applications using Go
jmap - JSON Meta Application Protocol Specification (JMAP)
neutralinojs - Portable and lightweight cross-platform desktop application development framework
dioxus - Fullstack app framework for web, desktop, mobile, and more.
Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
iced - A cross-platform GUI library for Rust, inspired by Elm
capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
react-native-macos - A framework for building native macOS apps with React.