Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jackrekirby/raytracing-cuda
- Owner: Jackrekirby
- Created: 2023-01-21T22:45:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T16:36:23.000Z (10 months ago)
- Last Synced: 2024-03-03T17:43:11.605Z (10 months ago)
- Topics: cpp, cuda, raytracing, raytracing-in-one-weekend
- Language: Cuda
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)