Skip to content

mpouyam/QUX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUX Logo

Browser Engine

Instructions

  1. Install Rust

  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.

Releases

No releases published

Packages

No packages published

Languages