define-private-public / PSRayTracing
A (modern) C++ implementation of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.
☆277Updated last week
Alternatives and similar repositories for PSRayTracing:
Users that are interested in PSRayTracing are comparing it to the libraries listed below
- A toy renderer written in C using Vulkan to perform real-time ray tracing research.☆355Updated 2 years ago
- Code accompanying the blog post on bvh construction.☆406Updated 3 months ago
- Physically-based CPU and GPU ray-tracer☆359Updated 3 weeks ago
- Basic renderer to be used as a starting project for the game physics book series