Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- fix markdown issues
  • Loading branch information
mandyedi committed Nov 26, 2024
1 parent dd3f036 commit 80c8c27
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Ray Tracing from the Ground Up

[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![GoogleTest](https://github.com/mandyedi/raytracing-from-the-ground-up/workflows/GoogleTest/badge.svg)](https://github.com/mandyedi/raytracing-from-the-ground-up/actions)

The goal of this project is to make the sample project complete based on the book's chapters.

## Differences from the original source code
[Here is a list](https://github.com/mandyedi/raytracing-from-the-ground-up/blob/master/differences.md) of changes that I made in addition to implementing the missing chapters.

## Building the source code
[Here is a list](https://github.com/mandyedi/raytracing-from-the-ground-up/blob/master/differences.md) of changes that I made in addtition to implementing the mising chapters.

## Bulding the source code

You can use CMake to configure your build environment.

```shell
# In the repo root directory:
mkdir build
Expand All @@ -24,7 +28,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release
For testing, I am using GoogleTest. It is copied directly into the repo and can be found in the **third_party** directory.
Using CMake the test application is automatically added to the build environment.

## Source code origin
## Source Code Origin

The source codes were downloaded from www raytracegroundup com (Note that this domain has expired and someone else bought it and uploaded some irrelevant content). Unfortunately, the original website is gone, you'll find something else on this link.
I am keeping it here for reference in the **src_original** directory. The continued version can be found under the **src** directory.

0 comments on commit 80c8c27

Please sign in to comment.