{"id":26687056,"url":"https://github.com/jsoulier/ray_tracing_in_one_weekend","last_synced_at":"2025-09-15T00:17:50.347Z","repository":{"id":274903057,"uuid":"923442527","full_name":"jsoulier/ray_tracing_in_one_weekend","owner":"jsoulier","description":"Ray Tracing In One Weekend using SDL3 GPU with compute shaders","archived":false,"fork":false,"pushed_at":"2025-03-19T10:17:09.000Z","size":1577,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T12:16:11.513Z","etag":null,"topics":["c","glsl","raytracing","sdl","sdl3","shaders"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsoulier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-28T08:55:11.000Z","updated_at":"2025-03-26T09:36:03.000Z","dependencies_parsed_at":"2025-03-11T16:39:16.068Z","dependency_job_id":"0b484ed1-12c4-40f7-b43f-c6c056a53875","html_url":"https://github.com/jsoulier/ray_tracing_in_one_weekend","commit_stats":null,"previous_names":["jsoulier/sdl3_ray_tracing","jsoulier/sdl3_ray_tracing_in_one_weekend","jsoulier/sdl3_rtiow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fray_tracing_in_one_weekend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fray_tracing_in_one_weekend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fray_tracing_in_one_weekend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoulier%2Fray_tracing_in_one_weekend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsoulier","download_url":"https://codeload.github.com/jsoulier/ray_tracing_in_one_weekend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610407,"owners_count":21132920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c","glsl","raytracing","sdl","sdl3","shaders"],"created_at":"2025-03-26T12:16:14.967Z","updated_at":"2025-09-15T00:17:50.313Z","avatar_url":"https://github.com/jsoulier.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ray Tracing In One Weekend\n\n![](image.bmp)\n\nImplementation of [Ray Tracing in One Weekend](https://raytracing.github.io/) using the new SDL3 GPU API with compute shaders\n\n### Building\n\n#### Windows\n\n```bash\ngit clone https://github.com/jsoulier/ray_tracing_in_one_weekend --recurse-submodules\ncd ray_tracing_in_one_weekend\nmkdir build\ncd build\ncmake ..\ncmake --build . --parallel 8 --config Release\ncd bin\n./rtiow.exe\n```\n\n#### Linux\n\n```bash\ngit clone https://github.com/jsoulier/ray_tracing_in_one_weekend --recurse-submodules\ncd ray_tracing_in_one_weekend\nmkdir build\ncd build\ncmake .. -DCMAKE_BUILD_TYPE=Release\ncmake --build . --parallel 8\ncd bin\n./rtiow\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsoulier%2Fray_tracing_in_one_weekend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsoulier%2Fray_tracing_in_one_weekend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsoulier%2Fray_tracing_in_one_weekend/lists"}