Skip to content

Commit d8d2178

Browse files
committed
README update for 2023-05-10
1 parent 516fb5c commit d8d2178

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ versions, use the print function in your browser.
2121

2222
Project Status
2323
---------------
24-
We just shipped a tiny release, [v3.2.3][], to get out two quick small fixes. Mostly we're very
25-
heads-down right now working on our major v4 release. Lots of changes. If you'd like to check it
26-
out, we're developing on the `dev-major` branch. We're tackling some larger refactorings to further
27-
simplify the code, address some large outstanding issues, and focus on more development and
28-
expansion of book 3: _Ray Tracing: The Rest of Your Life_.
24+
Well, our work on the v4.0.0 release is plodding along. Our last release, [v3.2.3][] was in December
25+
2020, and v4 keeps getting bigger and bigger. Lots of changes. If you'd like to check it out, we're
26+
developing on the `dev-major` branch. You can also follow along with our remaining work on
27+
[milestone 16][] (the main body of remaining work), and [milestone 19][] (release preparation
28+
tasks). We're tackling some larger refactorings to further simplify the code, address some large
29+
outstanding issues, and focus on more development and expansion of book 3: _Ray Tracing: The Rest of
30+
Your Life_.
2931

30-
If you have a change you'd like to contribute,
31-
[please see our contribution guidelines][CONTRIBUTING].
32+
Let us know if you'd like to help out. If you have a change you'd like to contribute,
33+
_**[please see our contribution guidelines][CONTRIBUTING]**_.
3234

3335

3436
GitHub Discussions
3537
------------------
36-
GitHub just released GitHub Discussions — a new feature to host conversations in a project without
37-
requiring everything to be an issue. This is likely a much better way to post questions, ask for
38-
advice, or just generally talk about the project. Is it useful? Don't know, but [let's give it a
39-
shot!](https://github.com/RayTracing/raytracing.github.io/discussions/).
38+
Do you have general questions about raytracing code, issues with your own implmentation, or general
39+
raytracing ideas you'd like to share? Check out our [GitHub discussions][discussions] forum!
4040

4141

4242
Directory Structure
@@ -151,8 +151,8 @@ PPM file viewers online. We like [ImageMagick][].
151151

152152
Corrections & Contributions
153153
----------------------------
154-
If you spot errors, have suggested corrections, or would like to help out with the project, please
155-
review the [CONTRIBUTING][] document for the most effective way to proceed.
154+
If you spot errors, have suggested corrections, or would like to help out with the project,
155+
_**please review the [CONTRIBUTING][] document for the most effective way to proceed.**_
156156

157157

158158

@@ -163,9 +163,12 @@ review the [CONTRIBUTING][] document for the most effective way to proceed.
163163
[cover1]: images/RTOneWeekend-small.jpg
164164
[cover2]: images/RTNextWeek-small.jpg
165165
[cover3]: images/RTRestOfYourLife-small.jpg
166+
[discussions]: https://github.com/RayTracing/raytracing.github.io/discussions/
166167
[GitHub home]: https://github.com/RayTracing/raytracing.github.io/
167168
[ImageMagick]: https://imagemagick.org/
168169
[implementations]: https://github.com/RayTracing/raytracing.github.io/wiki/Implementations
170+
[milestone 16]: https://github.com/RayTracing/raytracing.github.io/milestone/16
171+
[milestone 19]: https://github.com/RayTracing/raytracing.github.io/milestone/19
169172
[v3.2.3]: https://github.com/RayTracing/raytracing.github.io/releases/tag/v3.2.3
170173
[web1]: https://raytracing.github.io/books/RayTracingInOneWeekend.html
171174
[web2]: https://raytracing.github.io/books/RayTracingTheNextWeek.html

0 commit comments

Comments
 (0)