9
9
< h1 class ="title "> Ray Tracing in One Weekend< br > —< br > The Book Series</ h1 >
10
10
11
11
< div class ='books '>
12
-
13
12
< a href ='books/RayTracingInOneWeekend.html '>
14
13
< img src ='images/RTOneWeekend.jpg ' width ='202 ' height ='325 ' alt ='Ray Tracing: In One Weekend '>
15
14
</ a >
@@ -21,9 +20,9 @@ <h1 class="title">Ray Tracing in One Weekend<br>—<br>The Book Series</h1>
21
20
< a href ='books/RayTracingTheRestOfYourLife.html '>
22
21
< img src ='images/RTRestOfYourLife.jpg ' width ='202 ' height ='325 ' alt ='Ray Tracing: The Rest Of Your Life '>
23
22
</ a >
24
-
25
23
</ div >
26
24
25
+
27
26
< h1 id ='books '> Getting the Books</ h1 >
28
27
29
28
< p > The < cite > Ray Tracing in One Weekend</ cite > series of books are now available to the public for free online. They
@@ -33,14 +32,7 @@ <h1 id='books'>Getting the Books</h1>
33
32
service to other users.)
34
33
35
34
< p > Hit any of the book cover images above to begin reading. These books are formatted for printing directly from your
36
- browser, where you can also (on most browsers) save them as PDF. Finally, the original versions are also available on
37
- Kindle from Amazon:
38
-
39
- < ol >
40
- < li > < a href ="https://amazon.com/dp/B01B5AODD8 "> Ray Tracing In One Weekend</ a >
41
- < li > < a href ="https://amazon.com/dp/B01CO7PQ8C "> Ray Tracing: The Next Week</ a >
42
- < li > < a href ="https://amazon.com/dp/B01DN58P8C "> Ray Tracing: The Rest Of Your Life</ a >
43
- </ ol >
35
+ browser, where you can also (on most browsers) save them as PDF.
44
36
45
37
46
38
< h1 id ='overview '> Overview</ h1 >
@@ -65,6 +57,7 @@ <h1 id='overview'>Overview</h1>
65
57
66
58
67
59
< h1 id ='source '> Source Code</ h1 >
60
+
68
61
< p > Source code for each book may be found in the GitHub repository:
69
62
< a href ="https://github.com/RayTracing/raytracing.github.io "> https://github.com/RayTracing/raytracing.github.io</ a > .
70
63
You can also directly download the latest version of the entire project (all three books) as a single archive file:
@@ -75,13 +68,13 @@ <h1 id='source'>Source Code</h1>
75
68
76
69
77
70
< h1 id ='issues '> Issues</ h1 >
71
+
78
72
< p > You can browse book suggestions and errors in the
79
73
< a href ="https://github.com/RayTracing/raytracing.github.io/issues "> GitHub issues database</ a > . If you have a
80
74
suggestion or believe you've found an error, please check these issues first (including closed issues) to ensure that
81
75
it hasn't already been reported. If it hasn't, please create a new entry, describing the issue, book, specific
82
76
83
77
84
-
85
78
< h1 id ='contributing '> Contributing</ h1 >
86
79
< p > Interested in helping out? Please read the guidelines in the < a href ="CONTRIBUTING.md "> CONTRIBUTING.md</ a > document
87
80
first. < em > Pull requests without associated issues, or submitted without coordination, are highly likely to be
@@ -151,8 +144,6 @@ <h2>Diagramming</h2>
151
144
< li > < a href ="https://limnu.com/ "> Limnu</ a >
152
145
</ ul >
153
146
154
-
155
147
</ div >
156
148
157
-
158
149
</ div >
0 commit comments