Rak
Path tracer
A real-time path tracing engine written in C++
Real-time hybrid engine written in C++
28 stars
2 watching
1 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
boksajak/referencept | A path tracer implementation with GLTF scene loading and rendering capabilities. | 203 |
aras-p/toypathtracer | An experimental path tracing library designed to test various rendering techniques and compare performance across different programming languages, hardware platforms, and frameworks. | 1,076 |
knightcrawler25/optix-pathtracer | A simple physically based path tracer with support for Disney BRDF and various rendering features. | 321 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 735 |
brickray/gpu-pathtracer | A physically based path tracer for GPU rendering using CUDA. | 56 |
twinklebear/chameleonrt | A path tracing tool with support for multiple ray tracing backends and customizable camera controls. | 605 |
vkoskiv/c-ray | A portable, hackable, offline CPU rendering engine | 803 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |
renderkit/ospray | A high-performance ray tracing rendering engine for interactive applications | 1,023 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,140 |
pmndrs/react-three-gpu-pathtracer | Provides a React abstraction for rendering 3D scenes using Path Tracing | 169 |
oggy/looksee | A tool that provides introspection into Ruby objects' method ancestry and lookup paths | 364 |
tylermorganwall/rayrender | A software package for generating and rendering 3D scenes through pathtracing | 623 |
fogleman/pt | A path tracing engine written in Go with various features and a simple API. | 2,084 |
geometrian/simple-spectral | A multithreaded spectral pathtracer implementing the algorithm of linear combination of bases for rendering with sRGB reflectance | 197 |