ToyPathTracer
Path tracer
An implementation of path tracing in a toy C++ program with various optimizations and runs on multiple platforms including CPU, GPU, and web assembly.
Toy path tracer for my own learning purposes (CPU/GPU, C++/C#, Win/Mac/Wasm, DX11/Metal, also Unity)
1k stars
48 watching
113 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
burstcppcsharpgpumetalpath-tracingunity
Related projects:
Repository | Description | Stars |
---|---|---|
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |
twinklebear/chameleonrt | A path tracing tool with support for multiple ray tracing backends and customizable camera controls. | 603 |
uglyswedishfish/rak | A real-time path tracing engine written in C++ | 28 |
pmndrs/react-three-gpu-pathtracer | Provides a React abstraction for rendering 3D scenes using Path Tracing | 165 |
boksajak/referencept | A path tracer implementation with GLTF scene loading and rendering capabilities. | 200 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
brickray/gpu-pathtracer | A physically based path tracer for GPU rendering using CUDA. | 56 |
knightcrawler25/optix-pathtracer | A simple physically based path tracer with support for Disney BRDF and various rendering features. | 319 |
opentracing/opentracing-csharp | An OpenTracing API implementation for the .NET platform. | 517 |
vkoskiv/c-ray | A portable, hackable, offline CPU rendering engine | 804 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |
lunasorcery/yx-penrose-pathtraced | A procedural graphics program that generates a 3D path-traced image using shaders and mathematical formulas | 4 |
tcbrindle/raytracer.hpp | A compile-time ray tracing system using C++17 constexpr functions | 693 |
tylermorganwall/rayrender | A software package for generating and rendering 3D scenes through pathtracing | 622 |
fogleman/pt | A path tracing engine written in Go with various features and a simple API. | 2,083 |