Ray Tracer This is a GPU-accelerated ray tracer implemented with wgpu. Ray calculations are carried out in a compute shader. Build and Run # Native cargo run # Web trunk serve --open