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: about 1 month 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: gpl-3.0
- Created: 2023-04-14T18:21:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T16:31:50.000Z (10 months ago)
- Last Synced: 2025-03-25T07:14:43.518Z (about 1 month 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.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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:
![]()