SaaSHub helps you find the best software and product alternatives Learn more →
Rust-sciter Alternatives
Similar projects and alternatives to rust-sciter
-
-
libui-rs
Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
-
-
-
rustdesk
Open source virtual / remote desktop infrastructure for everyone! The open source TeamViewer alternative. Display and control your PC and Android devices from anywhere at anytime.
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
-
-
sixtyfps
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]
-
-
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rust-sciter reviews and mentions
- Rust 1.64 Became 10-20% Faster On Windows
-
Azure CTO: “It's time to halt starting any new projects in C/C++ ”
Most GUI apps don't need what Qt provides though. They mostly need stability and cross-platform support, so ... they should start with something like Tauri or Sciter, and if there is something they need natively they will be in a much better situation to pick their poison.
https://github.com/tauri-apps/tauri uses OS provided WebView
https://github.com/sciter-sdk/rust-sciter uses Sciter
-
Do you think the Rust is production ready for GUI in 2021?
I seriously advise against using rust-sciter. It uses a lot of unsafe code, some of which is invalid and directly causes Undefined Behavior; see for example issue #114. rust-sciter's author doesn't seem to have any interest in fixing those. Besides, the code is highly unidomatic and looks like it's been written to resemble C++ – this is in itself not wrong, but always a red flag.
Please try out Sciter with its Rust binding, I use it in my Rust project.
-
Any stable crate to develop a cross-platform Rust desktop app?
I use https://github.com/sciter-sdk/rust-sciter in my project https://github.com/rustdesk/rustdesk
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea602da418>
www.saashub.com | 31 Jan 2023
Stats
sciter-sdk/rust-sciter is an open source project licensed under MIT License which is an OSI approved license.