leptos
tauri
leptos | tauri | |
---|---|---|
58 | 486 | |
16,078 | 82,678 | |
1.4% | 1.6% | |
9.9 | 9.9 | |
about 12 hours ago | 6 days ago | |
Rust | Rust | |
MIT License | 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.
leptos
-
Interview with Krzysztof Andrelczyk, Tauri Developer and Creator of Twili Recipes
Why Krzysztof choose Tauri V2, leptos, and thaw-ui
-
Leptos + Tauri Tutorial
I'm not here to present Leptos or Tauri, for that, just clik the links, ask Goole, or ClaudePilotGPTWhateverLLama... I'm not even here to make just a tutorial on how to get the two working -- if you see Tauri documentation on it is quite "terse," but still enough.
- Vizdom: Diagrams as Code
-
Migrating a JavaScript frontend to Leptos, a Rust framework
Lots of new frontend frameworks have been built on top of Rust, including Leptos, which happens to be one of the most popular ones. In this guide, we'll highlight why and how to migrate your JavaScript frontend to use the Leptos Rust frontend framework.
-
Rust on Nails
I don't know why OP felt moved to write this weird guide, https://leptos.dev is incredible!
-
Show HN: Flox 1.0 – Open-source dev env as code with Nix
https://github.com/leptos-rs/leptos/blob/main/flake.nix
You want a package? Add it to buildInputs.
You want to search a package: https://search.nixos.org/packages (or use the cli)
you want to test a package before adding it? nix-shell -p or nix shell for example.
Heck, even if you want it more easy, you could write a tool in less than 100 lines that adds packages names to .json/.yaml/.toml, which allows you to parse it using the nix language and a simple cli written with bash functions to add/remove packages if you wanted.
That's why it is hard for me to understand this project as a product, it seems like a wrapper to the most basic things :\
-
Using CRDTs to build collaborative Rust web applications
We use the fantastic Leptos framework for building the frontend. Besides that, we use the leptos-use utilities for connecting to the WebSocket server, serde for serialization, and rand for generating random numbers.
-
Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?
I'd use https://leptos.dev because you can use a fully typed language (Rust) that is super fast in the backend and also in the frontend (see https://krausest.github.io/js-framework-benchmark/2024/table...)
- Container2wasm: Convert Containers to WASM Blobs
-
What is the best library to write a SCADA-like application for web?
For the web-side, if you'd like to use Rust end-to-end we've had the best experience with Leptos: https://leptos.dev/
tauri
- 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.
-
Ask HN: Who is hiring? (October 2024)
Elefant AI (elefant.gg) | Full stack developer / ML Research Engineer | Full-time | REMOTE
Elefant AI is build AI to understand the physical world. Our first product (which you can try today) is an AI agent that plays Minecraft with you.
We are looking for both a full-stack engineer (we use Go, Rust (https://tauri.app/), Typescript, Javascript, Bazel) and a strong AI engineer to further our research goals [two different positions].
If interested please email me (CTO) [email protected]
-
How I Built an Open Source App That Went Viral
Part of the reason I built Wealthfolio was to see how fast I could turn an idea into a working product as a solo developer using AI. Both the Tauri framework and the Rust programming language were new to me, but AI gave me a serious edge in tackling that learning curve and troubleshooting issues (try to understand and resolve Rust's borrow and ownership issues 😁).
-
Fman Build System
Tauri looks promising as it does essentially the same without bundling a full browser, which honestly I find absurd except in very specific use cases. Also interesting that they want to support other languages beside Rust in the future.
https://tauri.app/
-
Photino: A Better Electron
I'd really like to see it compared to Tauri [0] which is the established leader in this space.
0: https://tauri.app
-
Android Dev with web Tools: fastest way to production with Ionic React
Consider hybrid desktop applications using HTML, JavaScript, and CSS as a view via the webview. Go Wails, a very performant desktop development framework, is based on this idea. Similarly, Rust Tauri apps operate on this principle.
-
Tauri 2.0 Release Candidate
- the only thing that tripped me up, was that re-building the project didnt't work due to an colliding filename error, but I found a closed issue at their https://github.com/tauri-apps/tauri/issues/10192 which pointed me towards removing `rlib` from the crate-type, which solved that issue.
All in all quite a smooth experience, was done in an 1-2 hours or something, not sure.
-
Show HN: A modern Jupyter client for macOS
tauri-apps/tauri: https://github.com/tauri-apps/tauri :
> The user interface in Tauri apps currently leverages tao as a window handling library on macOS, Windows, Linux, Android and iOS. To render your application, Tauri uses WRY, a library which provides a unified interface to the system webview, leveraging WKWebView on macOS & iOS, WebView2 on Windows, WebKitGTK on Linux and Android System WebView on Android. ... Tauri GitHub action: https://tauri.app/v1/guides/building/cross-platform/#tauri-g...
CEF: Chromium Embedded Framework > External Projects: https://bitbucket.org/chromiumembedded/cef/src/master/README... : cefglue, cefpython: https://github.com/cztomczak/cefpython
ChromiumGtk WebView.cs ; cefglue: https://github.com/lunixo/ChromiumGtk/blob/main/Lunixo.Chrom...
What are some alternatives?
dioxus - Fullstack app framework for web, desktop, mobile, and more.
Wails - Create beautiful applications using Go
yew - Rust / Wasm framework for creating reliable and efficient web applications
neutralinojs - Portable and lightweight cross-platform desktop application development framework
Svelte - Cybernetically enhanced web apps
sycamore - A library for creating reactive web apps in Rust and WebAssembly
Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
React - The library for web and native user interfaces.
slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.