maekawatoshiki / naglfar

A toy web browser implemented in Rust from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naglfar

CircleCI codecov

Naglfar is a toy web browser in Rust.

I'm focusing on developing a toy JavaScript engine: Rapidus.

Naglfar

Try Naglfar

Requisites

  • Nightly Rust (recommend rustup)
  • GTK (for gtk-rs)

Run

A blank window will appear if you run Naglfar with no option.

$ cargo run

Give the local html file (e.g. ./example/test.html):

$ cargo run file://`pwd`/example/test.html

Give the html file on the Internet: (But most of web sites are too much for Naglfar...)

$ cargo run https://maekawatoshiki.github.io/naglfar/example/test.html

Reference

Great thanks to robinson

About

A toy web browser implemented in Rust from scratch

License:MIT License


Languages

Language:Rust 88.0%Language:HTML 10.7%Language:CSS 1.3%