Skip to content

A GUI frontend in Rust based on web-view

License

Notifications You must be signed in to change notification settings

prixt/neutrino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neutrino

Preamble

Docs | Repo | Wiki | Crate

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>"

Examples

About

A GUI frontend in Rust based on web-view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 82.3%
  • CSS 17.5%
  • JavaScript 0.2%