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

https://github.com/2retr0/computeraytracer

A compute-based real-time raytracer using Vulkan API
https://github.com/2retr0/computeraytracer

Last synced: 10 months ago
JSON representation

A compute-based real-time raytracer using Vulkan API

Awesome Lists containing this project

README

          

# ComputeRaytracer
A compute-based real-time raytracer using Vulkan API

## Images
![](https://files.catbox.moe/8k2m0u.png)
![](https://files.catbox.moe/322f7e.png)

## Resources Used
* [Raytracing in One Weekend Series](https://raytracing.github.io/)
* [Vulkan Guide](https://vkguide.dev/)