@@ -9,7 +9,19 @@ Ray Tracing in One Weekend Book Series
9
9
Getting the Books
10
10
------------------
11
11
The _ 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
13
25
14
26
- [ Ray Tracing in One Weekend] [ web1 ]
15
27
- [ Ray Tracing: The Next Week] [ web2 ]
@@ -21,18 +33,15 @@ versions, use the print function in your browser.
21
33
22
34
Project Status
23
35
---------------
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 .
27
39
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
30
42
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 )
36
45
37
46
Let us know if you'd like to help out. If you have a change you'd like to contribute,
38
47
_ ** [ 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
69
78
Contains the source specific to any one book. There is no sharing of source outside of the
70
79
common directory.
71
80
81
+ - ` v3/ ` --
82
+ All content (same general structure) for the v3.2.3 release (from December 2020).
83
+
72
84
73
85
Source Code
74
86
-----------
@@ -166,9 +178,9 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
166
178
[ book2 ] : books/RayTracingTheNextWeek.html
167
179
[ book3 ] : books/RayTracingTheRestOfYourLife.html
168
180
[ 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
172
184
[ discussions ] : https://github.com/RayTracing/raytracing.github.io/discussions/
173
185
[ GitHub home ] : https://github.com/RayTracing/raytracing.github.io/
174
186
[ ImageMagick ] : https://imagemagick.org/
@@ -177,5 +189,8 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
177
189
[ milestone 19 ] : https://github.com/RayTracing/raytracing.github.io/milestone/19
178
190
[ v3.2.3 ] : https://github.com/RayTracing/raytracing.github.io/releases/tag/v3.2.3
179
191
[ web1 ] : https://raytracing.github.io/books/RayTracingInOneWeekend.html
192
+ [ web1-v3 ] : https://raytracing.github.io/books/v3/RayTracingInOneWeekend.html
180
193
[ web2 ] : https://raytracing.github.io/books/RayTracingTheNextWeek.html
194
+ [ web2-v3 ] : https://raytracing.github.io/books/v3/RayTracingTheNextWeek.html
181
195
[ web3 ] : https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
196
+ [ web3-v3 ] : https://raytracing.github.io/books/v3/RayTracingTheRestOfYourLife.html
0 commit comments