web-view VS alcro

Compare web-view vs alcro and see what are their differences.

web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications (by Boscop)

alcro

A library to create desktop apps using rust and modern web technologies (by Srinivasa314)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
web-view alcro
9 4
1,895 149
- -
2.3 0.0
11 months ago about 1 year ago
JavaScript Rust
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

web-view

Posts with mentions or reviews of web-view. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-12.

alcro

Posts with mentions or reviews of alcro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-28.
  • Electron substitute in rust?
    3 projects | /r/rust | 28 Apr 2021
    I've had some success using aclro for a small project, though it's not quite the same as Electron.
  • Build smaller, faster, and more secure desktop applications with a web frontend | Tauri Studio
    1 project | /r/rust | 16 Feb 2021
    I prefer alcro for most use-cases. It uses any Chromium-based browser which the user has already installed and therefore also doesn't need to ship any bloat but at the same time allows you to use modern web features and supports direct interaction between JS-Rust via the Chromium debugging protocol (which the crate handles seamlessly in the background).
  • What does the community need right now?
    2 projects | /r/rust | 8 Feb 2021
    For the only real GUI project I ever did in Rust I used alcro which is basically like Electron but avoids the bloat of shipping an extra instance of Chrome by using an already installed Chromium-based browser (which the new Edge on Win10 conveniently is). I liked it quite a bit, mainly because it's very simple and lightweight and I already know how to make nice GUIs quickly with HTML/CSS/JS and they are much more flexible and powerful than most native GUIs. But of course, it's not really an option if you want a professional native-feeling look and/or need it to work without any issues on all systems.
  • What's the easiest way to do video playback in Rust?
    1 project | /r/rust | 1 Feb 2021
    Not sure if this is the ideal solution but alcro might work for this. It's basically a bit like Electron apps but it uses an already installed Chromium browser to avoid the whole bloat of shipping and extra copy of Chrome. I used it recently in a project and it works quite well. I guess it might be a bit overkill for your use case but it shouldn't be too hard to get Chromium to play a video. The only issue is that it requires users to have a Chromium based browser installed but since you seem to be targeting Windows this shouldn't be an issue since it works with Edge.

What are some alternatives?

When comparing web-view and alcro you can also consider the following projects:

egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

not-yet-awesome-rust - A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

WebViewFeedback - Feedback and discussions about Microsoft Edge WebView2

webkit2gtk-rs - [UNMAINTAINED] WebKit2 bindings and wrappers for Rust

orbtk - The Rust UI-Toolkit.

iced - A cross-platform GUI library for Rust, inspired by Elm

webview_rust - [wip] Rust Bindings to webview

Druid - Apache Druid: a high performance real-time analytics database.

rustpad - Efficient and minimal collaborative code editor, self-hosted, no database required

druid - A data-first Rust-native UI design toolkit.

gtk4-rs - Rust bindings of GTK 4