Skip to content
/ moon Public

๐ŸŒŽ ๐ŸŒ” A hobby web browser developed from scratch

License

Notifications You must be signed in to change notification settings

ZeroX-DG/moon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2a99b7 ยท Jan 18, 2024
May 8, 2022
May 2, 2023
Jun 7, 2021
May 2, 2023
May 4, 2023
Jan 18, 2024
May 4, 2023
Apr 30, 2023
May 1, 2023
Sep 18, 2022
Apr 30, 2023
Sep 20, 2022
Apr 19, 2022
May 1, 2023
Oct 9, 2022
Sep 6, 2020
Feb 11, 2022
Jan 18, 2024
Aug 6, 2022

Repository files navigation

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?

First, make sure you have all the right dependencies installed:

sudo apt install build-essential cmake pkg-config libssl-dev mold

Then it's just as simple as:

  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

๐ŸŒŽ ๐ŸŒ” A hobby web browser developed from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages