Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackrekirby/raytracing-cuda

Raytracing using CUDA
https://github.com/jackrekirby/raytracing-cuda

cpp cuda raytracing raytracing-in-one-weekend

Last synced: 25 days ago
JSON representation

Raytracing using CUDA

Awesome Lists containing this project

README

        

# Raytracing Cuda

An attempt to recreate [ray tracing in one weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html) using Cuda in C++.

Features include:

1. Lambertian, dielectric and metallic materials
2. Sphere geometry
3. Skybox
4. Light source (basic)