https://github.com/ka-iden/Raytracing-Test
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing. These books are found at: https://raytracing.github.io/
https://github.com/ka-iden/Raytracing-Test
cpp ppm raytracing raytracing-in-one-weekend raytracing-the-next-week raytracing-the-rest-of-your-life stb-image
Last synced: 9 months ago
JSON representation
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing. These books are found at: https://raytracing.github.io/
- Host: GitHub
- URL: https://github.com/ka-iden/Raytracing-Test
- Owner: ka-iden
- License: mit
- Created: 2023-04-14T18:21:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:04:34.000Z (over 1 year ago)
- Last Synced: 2025-09-28T02:51:49.563Z (9 months ago)
- Topics: cpp, ppm, raytracing, raytracing-in-one-weekend, raytracing-the-next-week, raytracing-the-rest-of-your-life, stb-image
- Language: C++
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raytracing-Test
Following "Raytracing In One Weekend" and subsequent books to learn about raytracing.
These books are found at: https://raytracing.github.io/
# Building
You can build on windows, no strings attached.
Everything should be set up as it is (If there's a problem please create an issue haha)
just go ahead and build :^)
# Outputting a file
To output a file, you will need to build the file,
Then open command prompt to path to the file,
Then run: `.\"Raytracing Test.exe" > image.ppm`
Then open the ppm file, my preferred website is [this one.](https://www.cs.rhodes.edu/welshc/COMP141_F16/ppmReader.html)
# Output: