rayrender
Pathtracer
A software package for generating and rendering 3D scenes through pathtracing
A pathtracer for R. Build and render complex scenes and 3D data visualizations directly from R
622 stars
19 watching
43 forks
Language: C++
last commit: 12 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tylermorganwall/rayshader | A package for producing 2D and 3D data visualizations using elevation data and raytracing algorithms. | 2,067 |
lunasorcery/yx-penrose-pathtraced | A procedural graphics program that generates a 3D path-traced image using shaders and mathematical formulas | 4 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |
geometrian/simple-spectral | A multithreaded spectral pathtracer implementing the algorithm of linear combination of bases for rendering with sRGB reflectance | 188 |
pmndrs/react-three-gpu-pathtracer | Provides a React abstraction for rendering 3D scenes using Path Tracing | 165 |
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 |
ali-raheem/vraytracer | An educational ray tracing project built in Vlang to generate 3D images | 49 |
dps/rust-raytracer | A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
mhorga/raytracing | A Swift implementation of ray tracing algorithms for rendering 3D scenes | 16 |
mmirman/mentisoculi | A PyTorch-based path tracer for rendering 3D scenes with reflective materials and automatic differentiation | 241 |
seniormars/typst-raytracer | Testing and implementing a raytracer in a novel programming language | 7 |
mkeeter/rayray | A tiny GPU-based raytracer with support for various shapes and materials, utilizing WebGPU and Zig programming language. | 146 |
rikoophorst/dxr-path-tracing | A path tracer with DirectX Raytracing and OptiX denoising capabilities for real-time graphics rendering | 100 |
uglyswedishfish/rak | A real-time path tracing engine written in C++ | 28 |