@@ -9,7 +9,19 @@ Ray Tracing in One Weekend Book Series
99Getting the Books
1010------------------
1111The _ Ray Tracing in One Weekend_ series of books are now available to the public for free directly
12- from the web:
12+ from the web.
13+
14+ We are currently hosting both the older v3.2.3 version and the v4.0.0-alpha.1 versions in the same
15+ project. The older v3 version is provide for readers who are in the middle of going through the
16+ series so you can maintain continuity. For new readers, or readers newly starting one of the books,
17+ we strongly recommend that you jump above the v4 train.
18+
19+ ### Version 3.2.3
20+ - [ Ray Tracing in One Weekend] [ web1-v3 ]
21+ - [ Ray Tracing: The Next Week] [ web2-v3 ]
22+ - [ Ray Tracing: The Rest of Your Life] [ web3-v3 ]
23+
24+ ### Version 4.0.0-alpha.1
1325
1426 - [ Ray Tracing in One Weekend] [ web1 ]
1527 - [ Ray Tracing: The Next Week] [ web2 ]
@@ -21,18 +33,15 @@ versions, use the print function in your browser.
2133
2234Project Status
2335---------------
24- We are driving toward our v4.0.0 release for book 1 by SIGGRAPH 2023 (August 6). It's been a long
25- journey from v3.2.3, released December 2020, but we're seeing the finish line. We hope to have books
26- 2 & 3 ready by the end of 2023 .
36+ Version v4.0.0-alpha.1 is now released for SIGGRAPH 2023. Book 1 is largely completed, and we are
37+ driving books 2 and 3 to completion, with a final release date by the end of 2023. It's been a long
38+ journey from v3.2.3, released December 2020, but we're seeing the finish line .
2739
28- If you'd like to check out the latest and watch our progress, we're on the ` dev-major ` branch. Our
29- relevant milestones are
40+ If you'd like to check out the latest updates and watch our progress, we're on the ` dev-major `
41+ branch. Our relevant milestones are
3042
31- - [ v4.0.0 Book 1] ( https://github.com/RayTracing/raytracing.github.io/milestone/20 )
32- - [ v4.0.0 Book 1 Release] ( https://github.com/RayTracing/raytracing.github.io/milestone/21 )
33- - [ v4.0.0 Book 2] ( https://github.com/RayTracing/raytracing.github.io/milestone/24 )
34- - [ v4.0.0 Book 3] ( https://github.com/RayTracing/raytracing.github.io/milestone/22 )
35- - [ v4.0.0 Books 2 & 3 Release] ( https://github.com/RayTracing/raytracing.github.io/milestone/23 )
43+ - [ v4.0.0] ( https://github.com/RayTracing/raytracing.github.io/milestone/16 )
44+ - [ v4.0.0-release] ( https://github.com/RayTracing/raytracing.github.io/milestone/19 )
3645
3746Let us know if you'd like to help out. If you have a change you'd like to contribute,
3847_ ** [ please see our contribution guidelines] [ CONTRIBUTING ] ** _ .
@@ -69,6 +78,9 @@ The organization of this repository is meant to be simple and self-evident at a
6978 Contains the source specific to any one book. There is no sharing of source outside of the
7079 common directory.
7180
81+ - ` v3/ ` --
82+ All content (same general structure) for the v3.2.3 release (from December 2020).
83+
7284
7385Source Code
7486-----------
@@ -166,9 +178,9 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
166178[ book2 ] : books/RayTracingTheNextWeek.html
167179[ book3 ] : books/RayTracingTheRestOfYourLife.html
168180[ CONTRIBUTING ] : CONTRIBUTING.md
169- [ cover1 ] : images/RTOneWeekend -small.jpg
170- [ cover2 ] : images/RTNextWeek -small.jpg
171- [ cover3 ] : images/RTRestOfYourLife -small.jpg
181+ [ cover1 ] : images/cover/CoverRTW1 -small.jpg
182+ [ cover2 ] : images/cover/CoverRTW2 -small.jpg
183+ [ cover3 ] : images/cover/CoverRTW3 -small.jpg
172184[ discussions ] : https://github.com/RayTracing/raytracing.github.io/discussions/
173185[ GitHub home ] : https://github.com/RayTracing/raytracing.github.io/
174186[ ImageMagick ] : https://imagemagick.org/
@@ -177,5 +189,8 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
177189[ milestone 19 ] : https://github.com/RayTracing/raytracing.github.io/milestone/19
178190[ v3.2.3 ] : https://github.com/RayTracing/raytracing.github.io/releases/tag/v3.2.3
179191[ web1 ] : https://raytracing.github.io/books/RayTracingInOneWeekend.html
192+ [ web1-v3 ] : https://raytracing.github.io/books/v3/RayTracingInOneWeekend.html
180193[ web2 ] : https://raytracing.github.io/books/RayTracingTheNextWeek.html
194+ [ web2-v3 ] : https://raytracing.github.io/books/v3/RayTracingTheNextWeek.html
181195[ web3 ] : https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
196+ [ web3-v3 ] : https://raytracing.github.io/books/v3/RayTracingTheRestOfYourLife.html
0 commit comments