@@ -26,22 +26,13 @@ wanted to change after a year of organization. The biggest change in the text is
2626chapters into subchapters. There is no one biggest change in the source, but there are a large
2727number of small and significant changes.
2828
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!
3629
3730Directory Structure
3831-------------------
3932The organization of this repository is meant to be simple and self-evident at a glance:
4033
4134### 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.
4536
4637### images/
4738Contains all of the images and figures of the books. Can also be used to compare your results.
@@ -60,6 +51,7 @@ are stored.
6051Contains the source specific to any one book. Their is no sharing of source outside of the common
6152directory.
6253
54+
6355Source Code
6456-----------
6557### Intent
@@ -87,7 +79,6 @@ The `master` branch contains the code at latest release. All ongoing development
8779latest changes, can be found in the ` dev-patch ` , ` dev-minor ` , and ` dev-major ` branches.
8880
8981
90-
9182Building and Running
9283---------------------
9384Copies of source are provided for you to check your work and compare against. If you wish to build
0 commit comments