{"id":22883655,"url":"https://github.com/jorgemagic/raytracingthenextweek","last_synced_at":"2025-10-30T19:03:48.620Z","repository":{"id":140513646,"uuid":"267980147","full_name":"Jorgemagic/RaytracingTheNextWeek","owner":"Jorgemagic","description":"Implementation of the Peter Shirley's book in .NETCore CSharp","archived":false,"fork":false,"pushed_at":"2024-04-15T20:25:20.000Z","size":17425,"stargazers_count":14,"open_issues_count":8,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T06:44:03.308Z","etag":null,"topics":["csharp","netcore","peter-shirley","raytracing"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jorgemagic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-05-30T00:19:48.000Z","updated_at":"2024-04-04T00:40:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"65828e5d-2c39-422a-ad85-7bd1e9e60b19","html_url":"https://github.com/Jorgemagic/RaytracingTheNextWeek","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jorgemagic/RaytracingTheNextWeek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorgemagic%2FRaytracingTheNextWeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorgemagic%2FRaytracingTheNextWeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorgemagic%2FRaytracingTheNextWeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorgemagic%2FRaytracingTheNextWeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jorgemagic","download_url":"https://codeload.github.com/Jorgemagic/RaytracingTheNextWeek/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorgemagic%2FRaytracingTheNextWeek/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260288472,"owners_count":22986667,"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":["csharp","netcore","peter-shirley","raytracing"],"created_at":"2024-12-13T18:51:47.710Z","updated_at":"2025-10-30T19:03:43.584Z","avatar_url":"https://github.com/Jorgemagic.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raytracing The Next Week .NETCore CSharp\nImplementation of the Peter Shirley's [book](https://raytracing.github.io/books/RayTracingTheNextWeek.html) in .NETCore CSharp\n\n## Related Work\n\n- [Raytracing in One Weekend](https://github.com/Jorgemagic/RaytracingInOneWeekend)\n- [Raytracing the Rest of Your Life](https://github.com/Jorgemagic/RaytracingTheRestOfYourLife)\n\n### [01 Motion Blur](01-MotionBlur/)\n\n![alt Motion Blur](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/01-Image.png)\t\t\t\t   \n### [02 Bounding Volume Hierarchies](02-BoundingVolumeHierarchies/)\n\n### [03 Solid Textures](03-SolidTextures/)\n\n![alt Solid Textures](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/03-Image.png)\n\n### [04 Checkered Texture](04-CheckeredTexture/)\n\n![alt Checkered Texture](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/04-Image.png)\n\n### [05 Perlin Noise](05-PerlinNoise/)\n\n![alt Perlin Noise](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/05-Image.png)\n\n### [06 Perlin Trilinear Interpolation](06-PerlinTrilinearInterpolation/)\n\n![alt Perlin Trilinear Interpolation](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/06-Image.png)\n\n### [07 Perlin Hermitian Smoothing](07-PerlinHermitianSmoothing/)\n\n![alt Perlin Hermitian Smoothing](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/07-Image.png)\n\n### [08 Perlin Higher Frequency](08-PerlinHigherFrequency/)\n\n![alt Perlin Higher Frequency](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/08-Image.png)\n\n### [09 Perlin Shifted Off Integer Values](09-PerlinShiftedOffIntegerValues/)\n\n![alt Perlin Shifted Off Integer Values](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/09-Image.png)\n\n### [10 Perlin Turbulence](10-PerlinTurbulence/)\n\n![alt Perlin Turbulence](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/10-Image.png)\n\n### [11 Perlin Noise Marbled](11-PerlinNoiseMarbled/)\n\n![alt Perlin Noise Marbled](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/11-Image.png)\n\n### [12 Image Texture](12-ImageTexture/)\n\n![alt Image Texture](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/12-Image.png)\n\n### [13 Rectangle Light](13-RectangleLight/)\n\n![alt Rectangle Light](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/13_1-Image.png)\n\n![alt Rectangle Light And Sphere](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/13_2-Image.png)\n\n### [14 Empty Cornell Box](14-EmptyCornellBox/)\n\n![alt Empty Cornell Box](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/14-Image.png)\n\n### [15 Empty Cornell Box Fixed Walls](15-EmptyCornellBoxFixedWalls/)\n\n![alt Empty Cornell Box Fixed Walls](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/15-Image.png)\n\n### [16 Cornell Box Two Blocks](16-CornellBoxTwoBlocks/)\n\n![alt Cornell Box Two Blocks](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/16-Image.png)\n\n### [17 Standard Cornell Box](17-StandardCornellBox/)\n\n![alt Standard Cornell Box](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/17-Image.png)\n\n### [18 Cornell Box With Smoke](18-CornellBoxWithSmoke/)\n\n![alt Cornell Box With Smoke](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/18-Image.png)\n\n### [19 Final Render](19-FinalRender/)\n\n![alt Final Render](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/19-Image.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgemagic%2Fraytracingthenextweek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgemagic%2Fraytracingthenextweek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgemagic%2Fraytracingthenextweek/lists"}