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
- Host: GitHub
- URL: https://github.com/jorgemagic/raytracingthenextweek
- Owner: Jorgemagic
- License: mit
- Created: 2020-05-30T00:19:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:25:20.000Z (about 2 years ago)
- Last Synced: 2025-05-07T06:44:03.308Z (about 1 year ago)
- Topics: csharp, netcore, peter-shirley, raytracing
- Language: C#
- Size: 16.6 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

### [02 Bounding Volume Hierarchies](02-BoundingVolumeHierarchies/)
### [03 Solid Textures](03-SolidTextures/)

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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