Naglfar is a toy web browser in Rust.
I'm focusing on developing a toy JavaScript engine: .
- Nightly Rust (recommend rustup)
- GTK (for gtk-rs)
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
Great thanks to robinson