Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 893 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 893 Bytes

tests coverage

Welcome to boxrs, my attempt to create a Rust-only GUI library, in the style of a browser engine.

The idea is this:

  • HTML for markup
  • CSS for style
  • No JS engine: event handling done in Rust

The experiment: could we render enough of CSS to be able to load in GTK's stylesheets and have a very basic GTK-facsimile in pure Rust?

Lots of inspiration is drawn from Matt Brubeck's series on creating a browser from scratch. You can find the first article here: Let's Build a Browser Engine!