Basic GPU ray tracing
Go to file
2024-12-24 02:07:51 +03:00
src A nice texture 2024-12-24 02:07:51 +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 animation! 2024-12-22 02:26:20 +03:00
Cargo.toml Basic noise generator 2024-12-23 22:35:31 +03:00
README.md Add README 2024-12-22 02:26:20 +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

Ray tracing example

Basic GPU-side ray tracing example. cargo run to see it moving!

Screenshot