jonmmease / avenger

Experimental Vega visualization renderer in Rust using wgpu
BSD 3-Clause "New" or "Revised" License
25 stars 1 forks source link

Switch Vega renderer to always use WebGL, bump version to 0.0.7 #79

Closed jonmmease closed 6 months ago

jonmmease commented 6 months ago

Updates the Vega renderer to always use WebGL, rather than rely on wgpu's logic to try WebGPU and then fall back to WebGL, which doesn't seem to always work. WebGL has the same performance in my testing.