An open API service indexing awesome lists of open source software.

https://github.com/hatoo/ash-raytracing-example

An example of KHR raytracing using ash and rust-gpu.
https://github.com/hatoo/ash-raytracing-example

ash ray-tracing raytracing rust rust-gpu vulkan

Last synced: 13 days ago
JSON representation

An example of KHR raytracing using ash and rust-gpu.

Awesome Lists containing this project

README

        

# ash-raytracing-example

An example of KHR raytracing using [ash](https://github.com/MaikKlein/ash) and [rust-gpu](https://github.com/EmbarkStudios/rust-gpu).

For more advanced example, please see `weekend` branch.
## Run

```bash
cargo run
```

open `out.png`

![out.png](out.png)

## See also

- [vulkan-tutorial-rust](https://github.com/unknownue/vulkan-tutorial-rust)
- [SaschaWillems / Vulkan](https://github.com/SaschaWillems/Vulkan)
- [Ray-Tracing-Gems-II](https://github.com/Apress/Ray-Tracing-Gems-II)