https://github.com/vladbologa/raytracer-cpp
Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
https://github.com/vladbologa/raytracer-cpp
cpp cpp17 eigen3 gtest raytracer raytracing
Last synced: 12 months ago
JSON representation
Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
- Host: GitHub
- URL: https://github.com/vladbologa/raytracer-cpp
- Owner: vladbologa
- License: mit
- Created: 2019-11-24T19:33:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T22:24:13.000Z (over 6 years ago)
- Last Synced: 2025-02-17T09:43:51.739Z (over 1 year ago)
- Topics: cpp, cpp17, eigen3, gtest, raytracer, raytracing
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raytracer-cpp
Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
Currently the only dependencies are Eigen v3.3+ (http://eigen.tuxfamily.org) and CMake 3.15+.
Tested with Visual Studio 16.4 on Windows 10, and gcc 9.2 on Linux.