Skip to content

Commit 163d61c

Browse files
committed
Update README with release, issues
The README now points to the official GitHub release page, and directs feedback to the GitHub issues for this repo.
1 parent 2a2d6b2 commit 163d61c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ Ray Tracing in One Weekend
44
![Ray Tracing in One Weekend](./RTOneWeekend.jpg)
55

66
## Getting the Book
7-
You can download the PDF version of the book from Eric Haines [Real-Time Rendering] site.
8-
Alternatively, you can purchase a Kindle version of this series from [Amazon.com]. Half of the
9-
proceeds of these sales go to [Hack the Hood], a really neat organization.
7+
The _Ray Tracing in One Weekend_ series of books are now available to the public for free in PDF
8+
form, along with the accompanying source code. Releases are available [directly from GitHub], or
9+
from Eric Haine's [Real-Time Rendering] site. Alternatively, you can purchase the Kindle version of
10+
this series from [Amazon.com]. Half of the proceeds of these sales go to [Hack the Hood], a really
11+
neat organization.
1012

1113
## Overview
1214
I’ve taught many graphics classes over the years. Often I do them in ray tracing, because you
@@ -35,8 +37,13 @@ I have left that last part in because it is funny what a 180 I have done. Severa
3537
up with subtle errors that were helped when we compared code. So please do type in the
3638
code, but if you want to look at mine, here it is.
3739

40+
## Corrections
41+
If you spot errors or have suggested corrections, please [submit issues via GitHub].
3842

3943

40-
[Amazon.com]: https://amazon.com/dp/B01B5AODD8
41-
[Hack the Hood]: http://www.hackthehood.org
42-
[Real-Time Rendering]: http://www.realtimerendering.com/#books-small-table
44+
45+
[Amazon.com]: https://amazon.com/dp/B01B5AODD8
46+
[directly from GitHub]: https://github.com/petershirley/raytracinginoneweekend/releases/
47+
[Hack the Hood]: http://www.hackthehood.org
48+
[Real-Time Rendering]: http://www.realtimerendering.com/#books-small-table
49+
[submit issues via GitHub]: https://github.com/petershirley/raytracinginoneweekend/issues/

0 commit comments

Comments
 (0)