wgpu-rust-renderer
wgpu-rust-renderer copied to clipboard
A tiny WebGPU renderer written in Rust
@takahirox Hi, any plans to continue on this project? Also I'm interested in wgpu related consulting with funding, can you be up for this?
1. Added is_minimized flag and made rendering dependent on it 2. Made the presentation mode configurable 3. Made the renderer take the whole window by default Closes #20
The examples crash if you minimize the window. How to reproduce 1. `$ cargo run --example triangle` 2. Minimize the window 3. Crashes The error log ``` thread 'main' panicked...
Fixed a few typos and updated the sample code.
Can render a frame's yuv file in Browser ? if can Please show a demo
Hello, I have the following error compiling the pbr example on mac (10.11.6, El Capitan). ``` Compiling wgpu_rust_renderer v0.0.3 (/Users/da1/Sources/rust/wgpu-rust-renderer) Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Running...