@@ -11,7 +11,7 @@ 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- ### Version 4.0.0-alpha.2
14+ ### Version 4.0.0
1515
1616 - [ Ray Tracing in One Weekend] [ web1 ]
1717 - [ Ray Tracing: The Next Week] [ web2 ]
@@ -29,20 +29,12 @@ first**_.
2929
3030Project Status
3131---------------
32- Ok, v4.0.0-alpha.2 is finally out the door, and we are now heads down on getting the final v4.0.0
33- version complete and shipped by SIGGRAPH 2024, July 28. At present, that means we are largely
34- focused on _ Ray Tracing: The Rest of Your Life_ — the third book in the series.
32+ v4.0.0 has shipped! Three and a half years in the making, with massive changes to all three books
33+ and accompanying code.
3534
36- ** v4.0.0-alpha.2 is released.** Books one and two are largely complete, and we're now focusing on
37- book three. You can find it at the regular spot: https://raytracing.github.io . We are temporarily
38- preserving the final version of v3.2.3 inside the repo, so you can just grab the latest and
39- reference both versions.
40-
41- If you'd like to check out the latest updates and watch our progress, we're on the ` dev ` branch. You
42- can also browse our release backlog to see what we're planning. Our relevant milestones are
43-
44- - [ v4.0.0] ( https://github.com/RayTracing/raytracing.github.io/milestone/16 )
45- - [ v4.0.0-release] ( https://github.com/RayTracing/raytracing.github.io/milestone/19 )
35+ If you'd like to check out the latest updates and watch our progress, we're on the ` dev-patch ` ,
36+ ` dev-minor ` , and ` dev-major ` branches. You can also browse our release backlog to see what we're
37+ planning.
4638
4739If you're interested in contributing, email us! You can find our contact info at the head of each
4840book. Or just start [ a new discussion] [ discussions ] or [ issue] [ issues ] .
@@ -95,15 +87,15 @@ represent ideal (or optimized) C++ code.
9587
9688### Implementations in Other Languages
9789The _ Ray Tracing in One Weekend_ series has a long history of implementations in other programming
98- languages (see [ _ Implementations in Other Languages _ ] [ implementations ] ), and across different
90+ languages (see [ Implementations in Other Languages ] [ implementations ] ), and across different
9991operating systems. Feel free to add your own implementation to the list!
10092
10193### Branches
102- In general, ongoing development, with all of the latest changes, can be found in the ` dev ` branch ,
103- which may contain patch , minor and major changes, depending on the release in progress. We try to
104- keep CHANGELOG.md up to date, so you can easily browse what's new in each development branch. We may
105- from time to time use additional development branches, so stay up to date by reviewing the
106- [ CONTRIBUTING] [ ] page.
94+ In general, ongoing development, with all of the latest changes, can be found in the ` dev-patch ` ,
95+ ` dev-minor ` , and ` dev-major ` branches , minor and major changes, depending on the change level and
96+ release in progress. We try to keep CHANGELOG.md up to date, so you can easily browse what's new in
97+ each development branch. We may from time to time use additional development branches, so stay up to
98+ date by reviewing the [ CONTRIBUTING] [ ] page.
10799
108100The ` release ` branch contains the latest released (and live) assets. This is the branch from which
109101GitHub pages serves up https://raytracing.github.io/ .
@@ -211,10 +203,7 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
211203[ ImageMagick ] : https://imagemagick.org/
212204[ implementations ] : https://github.com/RayTracing/raytracing.github.io/wiki/Implementations
213205[ issues ] : https://github.com/RayTracing/raytracing.github.io/issues/
214- [ milestone 16 ] : https://github.com/RayTracing/raytracing.github.io/milestone/16
215- [ milestone 19 ] : https://github.com/RayTracing/raytracing.github.io/milestone/19
216206[ PRINTING.md ] : PRINTING.md
217- [ v3.2.3 ] : https://github.com/RayTracing/raytracing.github.io/releases/tag/v3.2.3
218207[ web1 ] : https://raytracing.github.io/books/RayTracingInOneWeekend.html
219208[ web2 ] : https://raytracing.github.io/books/RayTracingTheNextWeek.html
220209[ web3 ] : https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
0 commit comments