13 releases (4 breaking)

0.4.1 Nov 18, 2020
0.4.0 Nov 17, 2020
0.3.0 Nov 11, 2020
0.2.3 Nov 5, 2020
0.0.5 Nov 1, 2020

#2 in #cef

MIT license

60KB
1.5K SLoC

C 629 SLoC // 0.1% comments C++ 491 SLoC // 0.1% comments Rust 224 SLoC // 0.1% comments

BrowserWindow

BrowserWindow is a simple Rust crate for utilizing a browser engine to create a graphical user interface. Just like Electron.js, you can use it to build a GUI with HTML, CSS & JS, or just to have some basic browser functionality at your disposal.

Introduction

BrowserWindow is designed to be easy to use, and work cross-platform. It utilizes the async/await syntax & it even has optional thread-safe handles. There are currently three different underlying browser frameworks that can be selected: CEF, WebkitGTK or Edge WebView2. Each framework has their pros and cons, but CEF will be the most feature complete because it has the best cross-platform support and the underlying engine is regularly worked on. However, if you only need some very basic functionality, the other frameworks are easier to set up.

You can look at some examples to get an idea how you can use the api.

Getting Started

The underlying browser framework does need some things to be set up on your system (although Edge WebView2 may out-of-the-box on newer Windows installations). But otherwise there is a guide to get you started with using BrowserWindow on your system.

License

This software is available as open source software under a MIT license, for maximum freedom and minimum restrictions.

Missing a feature?

At the moment, there is a decent set of basic functionality available, but if you need something that isn't there yet, please submit an issue for it.

No runtime deps

~175KB