@@ -21,22 +21,22 @@ versions, use the print function in your browser.
21
21
22
22
Project Status
23
23
---------------
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_ .
29
31
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 ] ** _ .
32
34
33
35
34
36
GitHub Discussions
35
37
------------------
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!
40
40
41
41
42
42
Directory Structure
@@ -151,8 +151,8 @@ PPM file viewers online. We like [ImageMagick][].
151
151
152
152
Corrections & Contributions
153
153
----------------------------
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.** _
156
156
157
157
158
158
@@ -163,9 +163,12 @@ review the [CONTRIBUTING][] document for the most effective way to proceed.
163
163
[ cover1 ] : images/RTOneWeekend-small.jpg
164
164
[ cover2 ] : images/RTNextWeek-small.jpg
165
165
[ cover3 ] : images/RTRestOfYourLife-small.jpg
166
+ [ discussions ] : https://github.com/RayTracing/raytracing.github.io/discussions/
166
167
[ GitHub home ] : https://github.com/RayTracing/raytracing.github.io/
167
168
[ ImageMagick ] : https://imagemagick.org/
168
169
[ 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
169
172
[ v3.2.3 ] : https://github.com/RayTracing/raytracing.github.io/releases/tag/v3.2.3
170
173
[ web1 ] : https://raytracing.github.io/books/RayTracingInOneWeekend.html
171
174
[ web2 ] : https://raytracing.github.io/books/RayTracingTheNextWeek.html
0 commit comments