Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mpouyam/qux
- Owner: mpouyam
- License: gpl-3.0
- Created: 2023-06-29T11:01:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T15:48:43.000Z (over 1 year ago)
- Last Synced: 2024-11-11T08:50:59.090Z (2 months ago)
- Topics: browser, rust, rust-lang, rustlang, web-engine, webengine
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`.