A media viewer for web browsers with lattice pattern written in Rust.
Images and videos are supported.
Above capture is Rattice running with MIT-67 Indoor Scene Recognition Dataset images for example.
sh
cargo install rattice
or download prebuilt binary from Releases.
rattice
in arbitrary directory.```shellsession $ rattice --help Rattice 0.0.4
USAGE: rattice [OPTIONS] [PORT]
ARGS:
OPTIONS: -b, --bind-address
Bind address [env: RATTICEBINDADDR=] [default: ::] -d, --docrootFLAGS: -e, --eager Disable lazy image loading [env: RATTICEEAGER=] -x, --use-real-ip Use X-Real-IP as client address in logs [env: RATTICEUSEREALIP=] -v, --verbose Increase log level (-v, -vv, -vvv, -vvvv) -h, --help Print help information -V, --version Print version information ```