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
- Host: GitHub
- URL: https://github.com/2retr0/computeraytracer
- Owner: 2Retr0
- Created: 2023-10-15T01:00:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T01:37:10.000Z (over 2 years ago)
- Last Synced: 2025-05-14T03:31:01.603Z (about 1 year ago)
- Language: C++
- Size: 33.3 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComputeRaytracer
A compute-based real-time raytracer using Vulkan API
## Images


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