# raytracing.github.io **Repository Path**: eloncode/raytracing.github.io ## Basic Information - **Project Name**: raytracing.github.io - **Description**: Main Repo / Main Web Site - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Ray Tracing in One Weekend Book Series ==================================================================================================== | ![RT in One Weekend][cover1] | ![RT The Next Week][cover2] | ![RT The Rest of Your Life][cover3] | |:----------------------------:|:---------------------------:|:-----------------------------------:| | [In One Weekend][book1] | [The Next Week][book2] | [The Rest of Your Life][book3] | Getting the Books ------------------ The _Ray Tracing in One Weekend_ series of books are now available to the public for free directly from the web: - [Ray Tracing in One Weekend][web1] - [Ray Tracing: The Next Week][web2] - [Ray Tracing: The Rest of Your Life][web3] For printed copies, or to create PDF versions, use the print function in your browser. These books have been properly formatted for print versions as well. Project Status --------------- We're currently hard at work on the v3.0.0 release. This will be a large evolution of the entire project: all three books, new and revised content, buildable with CMake, with a good number of code refactoring improvements. We're hoping to release this next version in January or February of 2020. If you'd like a sneak peek, we're over in the `development` branch. See the instructions below if you'd like to contribute! Corrections & Contributions ---------------------------- If you spot errors, have suggested corrections, or would like to help out with the project, please review the [CONTRIBUTING][] document for the most effective way to proceed. [book1]: books/RayTracingInOneWeekend.html [book2]: books/RayTracingTheNextWeek.html [book3]: books/RayTracingTheRestOfYourLife.html [CONTRIBUTING]: ./CONTRIBUTING.md [cover1]: images/RTOneWeekend-small.jpg [cover2]: images/RTNextWeek-small.jpg [cover3]: images/RTRestOfYourLife-small.jpg [releases]: https://github.com/RayTracing/raytracing.github.io/releases/ [submit issues via GitHub]: https://github.com/raytracing/raytracing.github.io/issues/ [web1]: https://raytracing.github.io/books/RayTracingInOneWeekend.html [web2]: https://raytracing.github.io/books/RayTracingTheNextWeek.html [web3]: https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html