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

https://github.com/jorgemagic/raytracingthenextweek

Implementation of the Peter Shirley's book in .NETCore CSharp
https://github.com/jorgemagic/raytracingthenextweek

csharp netcore peter-shirley raytracing

Last synced: 8 months ago
JSON representation

Implementation of the Peter Shirley's book in .NETCore CSharp

Awesome Lists containing this project

README

          

# Raytracing The Next Week .NETCore CSharp
Implementation of the Peter Shirley's [book](https://raytracing.github.io/books/RayTracingTheNextWeek.html) in .NETCore CSharp

## Related Work

- [Raytracing in One Weekend](https://github.com/Jorgemagic/RaytracingInOneWeekend)
- [Raytracing the Rest of Your Life](https://github.com/Jorgemagic/RaytracingTheRestOfYourLife)

### [01 Motion Blur](01-MotionBlur/)

![alt Motion Blur](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/01-Image.png)
### [02 Bounding Volume Hierarchies](02-BoundingVolumeHierarchies/)

### [03 Solid Textures](03-SolidTextures/)

![alt Solid Textures](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/03-Image.png)

### [04 Checkered Texture](04-CheckeredTexture/)

![alt Checkered Texture](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/04-Image.png)

### [05 Perlin Noise](05-PerlinNoise/)

![alt Perlin Noise](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/05-Image.png)

### [06 Perlin Trilinear Interpolation](06-PerlinTrilinearInterpolation/)

![alt Perlin Trilinear Interpolation](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/06-Image.png)

### [07 Perlin Hermitian Smoothing](07-PerlinHermitianSmoothing/)

![alt Perlin Hermitian Smoothing](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/07-Image.png)

### [08 Perlin Higher Frequency](08-PerlinHigherFrequency/)

![alt Perlin Higher Frequency](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/08-Image.png)

### [09 Perlin Shifted Off Integer Values](09-PerlinShiftedOffIntegerValues/)

![alt Perlin Shifted Off Integer Values](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/09-Image.png)

### [10 Perlin Turbulence](10-PerlinTurbulence/)

![alt Perlin Turbulence](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/10-Image.png)

### [11 Perlin Noise Marbled](11-PerlinNoiseMarbled/)

![alt Perlin Noise Marbled](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/11-Image.png)

### [12 Image Texture](12-ImageTexture/)

![alt Image Texture](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/12-Image.png)

### [13 Rectangle Light](13-RectangleLight/)

![alt Rectangle Light](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/13_1-Image.png)

![alt Rectangle Light And Sphere](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/13_2-Image.png)

### [14 Empty Cornell Box](14-EmptyCornellBox/)

![alt Empty Cornell Box](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/14-Image.png)

### [15 Empty Cornell Box Fixed Walls](15-EmptyCornellBoxFixedWalls/)

![alt Empty Cornell Box Fixed Walls](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/15-Image.png)

### [16 Cornell Box Two Blocks](16-CornellBoxTwoBlocks/)

![alt Cornell Box Two Blocks](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/16-Image.png)

### [17 Standard Cornell Box](17-StandardCornellBox/)

![alt Standard Cornell Box](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/17-Image.png)

### [18 Cornell Box With Smoke](18-CornellBoxWithSmoke/)

![alt Cornell Box With Smoke](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/18-Image.png)

### [19 Final Render](19-FinalRender/)

![alt Final Render](https://github.com/Jorgemagic/RaytracingTheNextWeek/blob/master/Screenshots/19-Image.png)