@@ -26,22 +26,13 @@ wanted to change after a year of organization. The biggest change in the text is
26
26
chapters into subchapters. There is no one biggest change in the source, but there are a large
27
27
number of small and significant changes.
28
28
29
- 2020-March-23 — v3.0.0 is out! Following the major v2.0.0 release, we finally had the chance to dig
30
- into some of the larger changes we'd been wanting to make for a long time. This is a large change
31
- across the books and entire source code. The new source code now builds using CMake, for most
32
- platforms and build systems. We've refactored a good deal of the project source, cleaning things up,
33
- refactoring, adding new functionality where it made sense, and generally trying to simplify the code
34
- with the goal of making it easier to understand and modify. Finally, this release includes a number
35
- of changes to areas of the book that have given readers difficulties. Enjoy!
36
29
37
30
Directory Structure
38
31
-------------------
39
32
The organization of this repository is meant to be simple and self-evident at a glance:
40
33
41
34
### books/
42
- This folder contains the text of the books in the markdeep markup language. This folder also
43
- contains the acknowledgments which are shared across all three books. Lastly, it contains
44
- the javascript for the markdeep script.
35
+ This folder contains the three raytracing books (in HTML), and some supporting material.
45
36
46
37
### images/
47
38
Contains all of the images and figures of the books. Can also be used to compare your results.
@@ -60,6 +51,7 @@ are stored.
60
51
Contains the source specific to any one book. Their is no sharing of source outside of the common
61
52
directory.
62
53
54
+
63
55
Source Code
64
56
-----------
65
57
### Intent
@@ -87,7 +79,6 @@ The `master` branch contains the code at latest release. All ongoing development
87
79
latest changes, can be found in the ` dev-patch ` , ` dev-minor ` , and ` dev-major ` branches.
88
80
89
81
90
-
91
82
Building and Running
92
83
---------------------
93
84
Copies of source are provided for you to check your work and compare against. If you wish to build
0 commit comments