{"id":15047389,"url":"https://github.com/voltr0x/raytracing-cuda","last_synced_at":"2026-04-01T23:40:17.425Z","repository":{"id":227979245,"uuid":"772852315","full_name":"voltr0x/raytracing-cuda","owner":"voltr0x","description":"Raytracing in a weekend using CUDA","archived":false,"fork":false,"pushed_at":"2024-03-16T05:26:49.000Z","size":7880,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T20:21:24.085Z","etag":null,"topics":["cpp11","cuda","raytracing","sdl2"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voltr0x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-16T03:59:31.000Z","updated_at":"2024-03-16T04:19:59.000Z","dependencies_parsed_at":"2024-03-16T05:35:47.470Z","dependency_job_id":null,"html_url":"https://github.com/voltr0x/raytracing-cuda","commit_stats":null,"previous_names":["voltr0x/raytracing-cuda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voltr0x/raytracing-cuda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltr0x%2Fraytracing-cuda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltr0x%2Fraytracing-cuda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltr0x%2Fraytracing-cuda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltr0x%2Fraytracing-cuda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voltr0x","download_url":"https://codeload.github.com/voltr0x/raytracing-cuda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltr0x%2Fraytracing-cuda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31013963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:58:54.984Z","status":"ssl_error","status_checked_at":"2026-03-27T02:58:46.993Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp11","cuda","raytracing","sdl2"],"created_at":"2024-09-24T20:57:28.761Z","updated_at":"2026-03-27T03:11:36.270Z","avatar_url":"https://github.com/voltr0x.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raytracing using CUDA\nThis project implements a simple ray tracing renderer using CUDA (Compute Unified Device Architecture), a parallel computing platform and programming model developed by NVIDIA. It utilizes the GPU for accelerating the rendering process, allowing for real-time rendering of complex scenes.\n\n## Overview\nThe ray tracing algorithm simulates the behavior of light rays in a scene, allowing for realistic rendering of reflections, refractions, shadows, and other optical effects. This implementation follows the tutorial Raytracing in weekend using CUDA by Roger Allen and QuantitativeBytes, providing a practical example of GPU-accelerated ray tracing.\n\n## Features\n- CUDA Acceleration: Utilizes the power of NVIDIA GPUs for parallel computation, significantly speeding up rendering times.\n- Sphere Rendering: Demonstrates rendering of spheres with different materials, including Lambertian, metal, and dielectric materials.\n- Multiple Samples per Pixel: Implements multiple samples per pixel to reduce aliasing and improve the visual quality of the rendered image.\n- SDL Integration: Renders the final image using SDL (Simple DirectMedia Layer), allowing for real-time visualization of the rendered scene in a window.\n\n## Requirements\n- Ensure you have an NVIDIA GPU with CUDA support.\n- Install the necessary dependencies, including CUDA Toolkit and SDL library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltr0x%2Fraytracing-cuda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltr0x%2Fraytracing-cuda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltr0x%2Fraytracing-cuda/lists"}