JoshuaSenouf / tracerLinks
Renderer using C++, Embree and USD to achieve Path Tracing techniques on the CPU
☆56Updated last year
Alternatives and similar repositories for tracer
Users that are interested in tracer are comparing it to the libraries listed below
Sorting:
- Offline renderer used for my blog posts☆107Updated 7 years ago
- An official implementation of the paper "Real-Time Shading of Free-Form Area Lights using Linearly Transformed Cosines". Please refer to …☆34Updated 4 years ago
- Creates blue noise data using the SIGGRAPH 2016 paper from Solid Angle.☆43Updated 3 years ago
- Easy, simple path trace renderer.☆57Updated 2 weeks ago
- C++ implementation of "Stochastic Generation of (t,s) Sample Sequences", by Helmer, Christensen, and Kensler (2021)☆55Updated last year
- Immediate-mode fork of the mitsuba renderer. (See Wiki for branches.)☆68Updated 4 years ago
- Rendering framework with rasterizers & path tracers implemented using Vulkan, OptiX & OpenGL☆97Updated 4 years ago
- A GPU Path tracer implementing VCM