@@ -11,17 +11,17 @@ Getting the Books
11
11
The _ Ray Tracing in One Weekend_ series of books are now available to the public for free directly
12
12
from the web.
13
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.
14
+ We are currently hosting both the older v3.2.3 version and the latest v4.0.0-alpha.2 versions in the
15
+ same project. The older v3 version (really v3.2.3) is provided for readers who are in the middle of
16
+ going through the series so you can maintain continuity. For new readers, or readers newly starting
17
+ one of the books, we strongly recommend that you jump aboard the v4 train.
18
18
19
19
### Version 3.2.3
20
20
- [ Ray Tracing in One Weekend] [ web1-v3 ]
21
21
- [ Ray Tracing: The Next Week] [ web2-v3 ]
22
22
- [ Ray Tracing: The Rest of Your Life] [ web3-v3 ]
23
23
24
- ### Version 4.0.0-alpha.1
24
+ ### Version 4.0.0-alpha.2
25
25
26
26
- [ Ray Tracing in One Weekend] [ web1 ]
27
27
- [ Ray Tracing: The Next Week] [ web2 ]
@@ -31,32 +31,31 @@ These books have been formatted for both screen and print. For more information
31
31
own copies, or on getting PDFs of the books, see [ PRINTING.md] [ ] for more information.
32
32
33
33
34
+ Contributing
35
+ -------------
36
+ If you'd like to contribute a PR _ ** please read our [ contribution guidelines] [ CONTRIBUTING ]
37
+ first** _ .
38
+
39
+
34
40
Project Status
35
41
---------------
36
- Phew! We had a great SIGGRAPH in LA, including a birds-of-a-feather session for those interested in
37
- the book series. We had about 50 people attending. I won't recap everything presented there, but
38
- there are three main items that everyone should know about .
42
+ Ok, v4.0.0-alpha.2 is finally out the door, and we are now heads down on getting the final v4.0.0
43
+ version complete and shipped by SIGGRAPH 2024, July 28. At present, that means we are largely
44
+ focused on _ Ray Tracing: The Rest of Your Life _ — the third book in the series .
39
45
40
- ** First, v4.0.0-alpha.1 is released.** Book one is largely complete, and we're now focusing on books
41
- two and three. You can find it at the regular spot: https://raytracing.github.io . We are temporarily
46
+ ** v4.0.0-alpha.2 is released.** Books one and two are largely complete, and we're now focusing on
47
+ book three. You can find it at the regular spot: https://raytracing.github.io . We are temporarily
42
48
preserving the final version of v3.2.3 inside the repo, so you can just grab the latest and
43
49
reference both versions.
44
50
45
- ** Second, Trevor and I are pounding away at the remaining steps to get the final v4.0.0 release done
46
- and published.** We're planning on finishing this work by the end of 2023. If you'd like to check
47
- out the latest updates and watch our progress, we're on the ` dev ` branch. You can also browse our
48
- release backlog to see what we're planning. Our relevant milestones are
51
+ If you'd like to check out the latest updates and watch our progress, we're on the ` dev ` branch. You
52
+ can also browse our release backlog to see what we're planning. Our relevant milestones are
49
53
50
54
- [ v4.0.0] ( https://github.com/RayTracing/raytracing.github.io/milestone/16 )
51
55
- [ v4.0.0-release] ( https://github.com/RayTracing/raytracing.github.io/milestone/19 )
52
56
53
- ** Third, we're starting to think about where we go from here.** Top of mind topics include shadow
54
- rays, triangle mesh geometry, and parallelism, but there are many possible extensions both large and
55
- small. If you're interested in contributing, email us! You can find our contact info at the head of
56
- each book.
57
-
58
- If you'd like to contribute a PR _ ** please read our [ contribution guidelines] [ CONTRIBUTING ]
59
- first** _ .
57
+ If you're interested in contributing, email us! You can find our contact info at the head of each
58
+ book. Or just start [ a new discussion] [ discussions ] or [ issue] [ issues ] .
60
59
61
60
62
61
GitHub Discussions
@@ -231,6 +230,7 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
231
230
[ GitHub home ] : https://github.com/RayTracing/raytracing.github.io/
232
231
[ ImageMagick ] : https://imagemagick.org/
233
232
[ implementations ] : https://github.com/RayTracing/raytracing.github.io/wiki/Implementations
233
+ [ issues ] : https://github.com/RayTracing/raytracing.github.io/issues/
234
234
[ milestone 16 ] : https://github.com/RayTracing/raytracing.github.io/milestone/16
235
235
[ milestone 19 ] : https://github.com/RayTracing/raytracing.github.io/milestone/19
236
236
[ PRINTING.md ] : PRINTING.md
0 commit comments