Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpouyam/qux

Rust Browser
https://github.com/mpouyam/qux

browser rust rust-lang rustlang web-engine webengine

Last synced: 16 days ago
JSON representation

Rust Browser

Awesome Lists containing this project

README

        


QUX Logo

Browser Engine

Instructions
------------

1. [Install Rust](http://www.rust-lang.org/install.html)

2. Clone the QUX source code from https://github.com/mpf0007/QUX

3. Run `cargo build` to build QUX, and `cargo run` to run it.

To build and run with optimizations enabled, use `cargo build --release` and
`cargo run --release`.

By default, QUX will load test.html and test.css from the `examples`
directory. You can use the `--html` and `--css` arguments to the QUX
executable to change the input files:

./target/debug/QUX --html examples/test.html --css examples/test.css

The rendered page will be saved to a file named `output.pdf`. To change the output filename, use the `-o` option. To switch to PNG output, use add
`--format png`.