@@ -11,17 +11,17 @@ Getting the Books
1111The _ Ray Tracing in One Weekend_ series of books are now available to the public for free directly
1212from the web.
1313
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.
1818
1919### Version 3.2.3
2020 - [ Ray Tracing in One Weekend] [ web1-v3 ]
2121 - [ Ray Tracing: The Next Week] [ web2-v3 ]
2222 - [ Ray Tracing: The Rest of Your Life] [ web3-v3 ]
2323
24- ### Version 4.0.0-alpha.1
24+ ### Version 4.0.0-alpha.2
2525
2626 - [ Ray Tracing in One Weekend] [ web1 ]
2727 - [ Ray Tracing: The Next Week] [ web2 ]
@@ -31,32 +31,31 @@ These books have been formatted for both screen and print. For more information
3131own copies, or on getting PDFs of the books, see [ PRINTING.md] [ ] for more information.
3232
3333
34+ Contributing
35+ -------------
36+ If you'd like to contribute a PR _ ** please read our [ contribution guidelines] [ CONTRIBUTING ]
37+ first** _ .
38+
39+
3440Project Status
3541---------------
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 .
3945
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
4248preserving the final version of v3.2.3 inside the repo, so you can just grab the latest and
4349reference both versions.
4450
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
4953
5054 - [ v4.0.0] ( https://github.com/RayTracing/raytracing.github.io/milestone/16 )
5155 - [ v4.0.0-release] ( https://github.com/RayTracing/raytracing.github.io/milestone/19 )
5256
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 ] .
6059
6160
6261GitHub Discussions
@@ -231,6 +230,7 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
231230[ GitHub home ] : https://github.com/RayTracing/raytracing.github.io/
232231[ ImageMagick ] : https://imagemagick.org/
233232[ implementations ] : https://github.com/RayTracing/raytracing.github.io/wiki/Implementations
233+ [ issues ] : https://github.com/RayTracing/raytracing.github.io/issues/
234234[ milestone 16 ] : https://github.com/RayTracing/raytracing.github.io/milestone/16
235235[ milestone 19 ] : https://github.com/RayTracing/raytracing.github.io/milestone/19
236236[ PRINTING.md ] : PRINTING.md
0 commit comments