@@ -11,7 +11,7 @@ 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
- ### Version 4.0.0-alpha.2
14
+ ### Version 4.0.0
15
15
16
16
- [ Ray Tracing in One Weekend] [ web1 ]
17
17
- [ Ray Tracing: The Next Week] [ web2 ]
@@ -29,20 +29,12 @@ first**_.
29
29
30
30
Project Status
31
31
---------------
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.
35
34
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.
46
38
47
39
If you're interested in contributing, email us! You can find our contact info at the head of each
48
40
book. Or just start [ a new discussion] [ discussions ] or [ issue] [ issues ] .
@@ -95,15 +87,15 @@ represent ideal (or optimized) C++ code.
95
87
96
88
### Implementations in Other Languages
97
89
The _ 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
99
91
operating systems. Feel free to add your own implementation to the list!
100
92
101
93
### 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.
107
99
108
100
The ` release ` branch contains the latest released (and live) assets. This is the branch from which
109
101
GitHub pages serves up https://raytracing.github.io/ .
@@ -211,10 +203,7 @@ _**please review the [CONTRIBUTING][] document for the most effective way to pro
211
203
[ ImageMagick ] : https://imagemagick.org/
212
204
[ implementations ] : https://github.com/RayTracing/raytracing.github.io/wiki/Implementations
213
205
[ 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
216
206
[ PRINTING.md ] : PRINTING.md
217
- [ v3.2.3 ] : https://github.com/RayTracing/raytracing.github.io/releases/tag/v3.2.3
218
207
[ web1 ] : https://raytracing.github.io/books/RayTracingInOneWeekend.html
219
208
[ web2 ] : https://raytracing.github.io/books/RayTracingTheNextWeek.html
220
209
[ web3 ] : https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
0 commit comments