Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 426 Bytes

gemspt in Rust

glass-16spp
Simple path tracing implementation for CGGems in Rust
Original

How to compile and run

cargo build
cargo run

How to release build and run

cargo rustc --release -- -C opt-level=s -C lto -C link-args=-Wl,-x,-S
target/release/gemspt-rs