Skip to content

Update all Books to point to Project Wiki instead of in1weekend #1378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions books/RayTracingInOneWeekend.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
Graphics_ by Steve Marschner and Peter Shirley, or _Computer Graphics: Principles and Practice_
by J.D. Foley and Andy Van Dam.

Peter maintains a site related to this book series at <https://in1weekend.blogspot.com/>, which
includes further reading and links to resources.
See [our Further Reading wiki page][wiki-further] for additional project related resources.

These books have been formatted to print well directly from your browser. We also include PDFs of
each book [with each release][releases], in the "Assets" section.
Expand Down Expand Up @@ -4291,6 +4290,7 @@
[releases]: https://github.com/RayTracing/raytracing.github.io/releases/
[repo]: https://github.com/RayTracing/raytracing.github.io/
[square-pixels]: https://www.researchgate.net/publication/244986797
[wiki-further]: https://github.com/RayTracing/raytracing.github.io/wiki/Further-Readings



Expand Down
11 changes: 6 additions & 5 deletions books/RayTracingTheNextWeek.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

A heuristic in ray tracing that many people--including me--believe, is that most optimizations
complicate the code without delivering much speedup. What I will do in this mini-book is go with the
simplest approach in each design decision I make. Check <https://in1weekend.blogspot.com/> for
readings and references to a more sophisticated approach. However, I strongly encourage you to do no
simplest approach in each design decision I make. See [our Further Reading wiki page][wiki-further]
for additional project related resources. However, I strongly encourage you to do no
premature optimization; if it doesn’t show up high in the execution time profile, it doesn’t need
optimization until all the features are supported!

Expand Down Expand Up @@ -4170,9 +4170,9 @@

![<span class='num'>Image 23:</span> Final scene](../images/img-2.23-book2-final.jpg)

Now go off and make a really cool image of your own! See <https://in1weekend.blogspot.com/> for
pointers to further reading and features, and feel free to email questions, comments, and cool
images to me at ptrshrl@gmail.com.
Now go off and make a really cool image of your own!
See [our Further Reading wiki page][wiki-further] for additional project related resources.
Feel free to email questions, comments, and cool images to me at ptrshrl@gmail.com.

</div>

Expand Down Expand Up @@ -4261,6 +4261,7 @@

[stb_image]: https://github.com/nothings/stb
[releases]: https://github.com/RayTracing/raytracing.github.io/releases/
[wiki-further]: https://github.com/RayTracing/raytracing.github.io/wiki/Further-Readings



Expand Down
3 changes: 2 additions & 1 deletion books/RayTracingTheRestOfYourLife.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

I hope that you find the math as fascinating as I do.

As before, <https://in1weekend.blogspot.com/> will have further readings and references.
As before, see [our Further Reading wiki page][wiki-further] for additional project related resources.

These books have been formatted to print well directly from your browser. We also include PDFs of
each book [with each release][releases], in the "Assets" section.
Expand Down Expand Up @@ -3824,6 +3824,7 @@
[Trevor David Black]: https://github.com/trevordblack

[releases]: https://github.com/RayTracing/raytracing.github.io/releases/
[wiki-further]: https://github.com/RayTracing/raytracing.github.io/wiki/Further-Readings



Expand Down