OhBonsai / moon

:earth_americas: :moon: A hobby web browser developed from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon

A hobby web browser developed from scratch

MIT License By Vietnamese

What is this?

This is a web browser developed from scratch using Rust. To fit with the "make from scratch" spirit, the development of the browser avoids the use of external libraries as much as possible.

Wanna try it out?

Here are the steps to try it out if you are interested:

  1. Clone the repository.
  2. Run cargo run and wait for the code to compile & execute.

Check out the Getting Started Guide for more advanced stuff.

Screenshots

Rendering comparison between Moon & Firefox

Features

  • HTML: Spec-compliant HTML tokenizer, parser & DOM tree builder.
  • CSS: Spec-compliant CSS tokenizer, parser & CSSOM tree builder.
  • Style processing: Style cascading, style value computation, selector matching & render tree construction.
  • Layout: Flow layout (Block & Inline).
  • Rendering: GPU rendering & text rendering.
  • Networking: Spec-compliant URL parser.
  • User Interface: GTK-based browser UI.

Blog posts

I write about what I learn from this journey on my blog (order by latest):

  • Browser from Scratch: Layout - Read more
  • Browser from Scratch: CSS parsing & processing - Read more
  • Browser from Scratch: HTML parsing - Read more
  • Browser from Scratch: DOM API - Read more
  • Browser from Scratch: Introduction - Read more

Author

License

About

:earth_americas: :moon: A hobby web browser developed from scratch

License:MIT License


Languages

Language:Rust 59.0%Language:HTML 40.6%Language:CSS 0.4%Language:Shell 0.0%