Skip to content

Files

Latest commit

Jan 17, 2025
420fa48 · Jan 17, 2025

History

History
38 lines (25 loc) · 826 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 826 Bytes

sviet

Yet another pathracer Built with wgpu, winit, egui

Status

Currently in work in progress

Raytracer the rest of your life is partially implemented. I currently have some issue about PDF light sampling.

Loading model also works but need more enhancement to be able to apply translation/rotation/scaling at runtime

When all of that will be done next step will be to implement PBR material.

prev

Build to WASM

cargo install trunk
trunk build --features webgpu
trunk serve --features webgpu

Run to web

NextJS project

TODO