@@ -3,19 +3,20 @@ Ray Tracing in One Weekend Book Series
3
3
4
4
| ![ RT in One Weekend] [ cover1 ] | ![ RT The Next Week] [ cover2 ] | ![ RT The Rest of Your Life] [ cover3 ] |
5
5
| :----------------------------:| :---------------------------:| :-----------------------------------:|
6
- | [ In One Weekend] [ ] | [ The Next Week] [ ] | [ The Rest Of Your Life] [ ] |
6
+ | [ In One Weekend] [ book1 ] | [ The Next Week] [ book2 ] | [ The Rest of Your Life] [ book3 ] |
7
7
8
8
9
9
Getting the Books
10
10
------------------
11
- The _ Ray Tracing in One Weekend_ series of books are now available to the public for free in PDF
12
- form, along with the accompanying source code. Currently, we are also readying the first web release
13
- of these books, for even easier access.
11
+ The _ Ray Tracing in One Weekend_ series of books are now available to the public for free directly
12
+ from the web:
14
13
15
- Releases are available [ directly from GitHub] [ releases ] , or from Eric Haines's
16
- [ Real-Time Rendering] [ ] site. Alternatively, you can purchase the Kindle version of this series from
17
- Amazon.com ([ in One Weekend] [ Amazon1 ] , [ The Next Week] [ Amazon2 ] , [ The Rest Of Your Life] [ Amazon3 ] ).
18
- Half of the proceeds of these sales go to [ Hack the Hood] [ ] , a really neat organization.
14
+ - [ Ray Tracing in One Weekend] [ web1 ]
15
+ - [ Ray Tracing: The Next Week] [ web2 ]
16
+ - [ Ray Tracing: The Rest of Your Life] [ web3 ]
17
+
18
+ For printed copies, or to create PDF versions, use the print function in your browser. These books
19
+ have been properly formatted for print versions as well.
19
20
20
21
21
22
Corrections & Contributions
@@ -25,17 +26,15 @@ review the [CONTRIBUTING][] document for the most effective way to proceed.
25
26
26
27
27
28
28
- [ Amazon1 ] : https://amazon.com/dp/B01B5AODD8
29
- [ Amazon2 ] : https://amazon.com/dp/B01CO7PQ8C
30
- [ Amazon3 ] : https://amazon.com/dp/B01DN58P8C
29
+ [ book1 ] : books/RayTracingInOneWeekend.html
30
+ [ book2 ] : books/RayTracingTheNextWeek.html
31
+ [ book3 ] : books/RayTracingTheRestOfYourLife.html
31
32
[ CONTRIBUTING ] : ./CONTRIBUTING.md
32
33
[ cover1 ] : images/RTOneWeekend-small.jpg
33
34
[ cover2 ] : images/RTNextWeek-small.jpg
34
35
[ cover3 ] : images/RTRestOfYourLife-small.jpg
35
- [ in One Weekend ] : books/RayTracingInOneWeekend.html
36
36
[ releases ] : https://github.com/RayTracing/raytracing.github.io/releases/
37
- [ Hack the Hood ] : https://hackthehood.org/
38
- [ Real-Time Rendering ] : https://realtimerendering.com/#books-small-table
39
37
[ submit issues via GitHub ] : https://github.com/raytracing/raytracing.github.io/issues/
40
- [ The Next Week ] : books/RayTracingTheNextWeek.html
41
- [ The Rest Of Your Life ] : books/RayTracingTheRestOfYourLife.html
38
+ [ web1 ] : https://raytracing.github.io/books/RayTracingInOneWeekend.html
39
+ [ web2 ] : https://raytracing.github.io/books/RayTracingTheNextWeek.html
40
+ [ web3 ] : https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
0 commit comments