Basic GPU ray tracing
Go to file
2025-03-29 10:45:16 +03:00
shaders Extract a lib 2024-12-24 02:34:51 +03:00
src Remove glare 2025-03-29 10:45:16 +03:00
.gitignore Tracing works!!! 2024-12-22 02:26:03 +03:00
.kateproject.build Basic noise generator 2024-12-23 22:35:31 +03:00
Cargo.lock Add recording program 2024-12-30 23:40:26 +03:00
Cargo.toml Add recording program 2024-12-30 23:40:26 +03:00
README.md Add new screenshot 2024-12-29 22:31:12 +03:00
rustfmt.toml Tracing works!!! 2024-12-22 02:26:03 +03:00
screenshot.jpg Add README 2024-12-22 02:26:20 +03:00
screenshot2.jpg Add new screenshot 2024-12-29 22:31:12 +03:00

Ray tracing example

Basic GPU-side ray tracing example. cargo run --bin envmap to prepare the sky, then cargo run to see it moving!

Screenshot Screenshot