Description
Neutrino is a MVC GUI framework written in Rust. It lets users create GUI applications by positioning widgets on a window and by handling events. Neutrino is based on the web-view crate provided by Boscop. As such, Neutrino renders the application using web technologies as HTML and CSS. As it is based on web-view, Neutrino does not embed a whole web browser. So don't worry, due to the very lightweight footprint of web-view, you won't have to buy more memory for your computer.
Neutrino alternatives and similar packages
Based on the "GUI" category.
Alternatively, view Neutrino alternatives based on common mentions on social networks and blogs.
-
slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. -
SixtyFPS
DISCONTINUED. 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] -
Relm4
DISCONTINUED. An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4] -
Kiss-ui
A simple UI framework for Rust built on top of IUP (http://webserver2.tecgraf.puc-rio.br/iup/)
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of Neutrino or a related project?
Popular Comparisons
README
neutrino
I am not working anymore on this project. If you want to become a maintainer of neutrino, please answer to this issue.
Preamble
Neutrino is a MVC GUI framework written in Rust. It lets users create GUI applications by positioning widgets on a window and by handling events. Neutrino is based on the web-view crate provided by Boscop. As such, Neutrino renders the application using web technologies as HTML and CSS. As it is based on web-view, Neutrino does not embed a whole web browser. So don't worry, due to the very lightweight footprint of web-view, you won't have to buy more memory for your computer.
Install
In order to use Neutrino, you will have to use cargo. Just add the following
line to your Cargo.toml
and you'll be done :
neutrino = "<last_version>"
On Linux, you'll have to install webkit2gtk's development library. For example, in Ubuntu or Debian:
sudo apt install -y libwebkit2gtk-4.0-dev