Skip to content

Commit 0ee56b6

Browse files
committed
Update README and index.html for v4.0.0-alpha.2
1 parent e88aacb commit 0ee56b6

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Getting the Books
1111
The _Ray Tracing in One Weekend_ series of books are now available to the public for free directly
1212
from 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
3131
own 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+
3440
Project 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
4248
preserving the final version of v3.2.3 inside the repo, so you can just grab the latest and
4349
reference 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

6261
GitHub 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

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ <h1 class="title">Ray Tracing in One Weekend<br>—<br>The Book Series</h1>
2424
</div>
2525

2626

27-
<h1 class='alert' id='alpha'>Version 4.0.0-alpha.1</h1>
28-
29-
<p>The v4.0.0-alpha.1 release, announced for SIGGRAPH 2023, is now available for public consumption, and succeeds our
30-
now three-year-old v3.2.3 version, released December 2020. We've saved up this release for many significant updates to
31-
the book series, and are now recommending that readers use this version if possible. For a summary of changes, see
32-
<a href="https://github.com/RayTracing/raytracing.github.io/blob/master/CHANGELOG.md">the CHANGELOG</a>. Please
33-
log all issues and suggestions <a href="https://github.com/RayTracing/raytracing.github.io/issues">on the GitHub
34-
issues page</a> for our project.
27+
<h1 class='alert' id='alpha'>Version 4.0.0-alpha.2</h1>
28+
29+
<p>The v4.0.0-alpha.2 release is the second and planned last alpha release of the book series. While the primary focus
30+
of this release has been updates to <cite>Ray Tracing: The Next Week</cite>, the alpha releases have significant
31+
updates across all three books. We recommend that readers use this version over the old v3.2.3 version. For a summary
32+
of changes, see <a href="https://github.com/RayTracing/raytracing.github.io/blob/master/CHANGELOG.md">the
33+
CHANGELOG</a>. We are currently planning to release the final v4.0.0 version by SIGGRAPH 2024, July 28. Please log all
34+
issues and suggestions <a href="https://github.com/RayTracing/raytracing.github.io/issues">on the GitHub issues
35+
page</a> for our project.
3536

3637
<p>If you still wish to use v3.2.3 until the final v4 release, you can find it <a href="v3/index.html">in the v3/
3738
directory</a> until we ship the v4.0.0 final version.

0 commit comments

Comments
 (0)