https://github.com/jorgemagic/raytracinginoneweekend
Implementation of the Peter Shirley's book in .NETCore CSharp
https://github.com/jorgemagic/raytracinginoneweekend
csharp netcore peter-shirley raytracing weekend
Last synced: 4 months ago
JSON representation
Implementation of the Peter Shirley's book in .NETCore CSharp
- Host: GitHub
- URL: https://github.com/jorgemagic/raytracinginoneweekend
- Owner: Jorgemagic
- License: mit
- Created: 2020-05-23T23:30:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T21:43:19.000Z (about 6 years ago)
- Last Synced: 2025-05-07T06:44:00.902Z (about 1 year ago)
- Topics: csharp, netcore, peter-shirley, raytracing, weekend
- Language: C#
- Size: 3.28 MB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raytracing In One Weekend .NETCore CSharp
Implementation of the Peter Shirley's [book](https://raytracing.github.io/books/RayTracingInOneWeekend.html) in .NETCore CSharp
## Related Work
- [Raytracing the Next Week](https://github.com/Jorgemagic/RaytracingTheNextWeek)
- [Raytracing the Rest of Your Life](https://github.com/Jorgemagic/RaytracingTheRestOfYourLife)
### [01 PPM Image Format](01-PPMImageFormat/)

### [02 Blue White Gradient](02-BlueWhiteGradient/)

### [03 Sphere](03-Sphere/)

### [04 Normals](04-Normals/)

### [05 Hittable Objects](05-HittableObjects/)

### [06 Antialiasing](06-Antialiasing/)

### [07 Diffuse Materials](07-DiffuseMaterials/)

### [08 Gamma Correction](08-GammaCorrection/)

### [09 Lambertian](09-Lambertian/)

### [10 Metal](10-Metal/)

### [11 Fuzziness](11-Fuzziness/)

### [12 Dielectrics](12-Dielectrics/)

### [13 Hollow Glass](13-HollowGlass/)

### [14 Positionable Camera](14-PositionableCamera/)

### [15 Defocus Blur](15-DefocusBlur/)

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