yx-penrose-pathtraced
Pathtracer
A procedural graphics program that generates a 3D path-traced image using shaders and mathematical formulas
Revision 2019 Executable Graphics entry
4 stars
3 watching
1 forks
Language: C
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lunasorcery/yx-long-way-from-home | A procedural graphics artwork created using pathtraced direct lighting and optimized for executable compression. | 5 |
tylermorganwall/rayrender | A software package for generating and rendering 3D scenes through pathtracing | 622 |
geometrian/simple-spectral | A multithreaded spectral pathtracer implementing the algorithm of linear combination of bases for rendering with sRGB reflectance | 188 |
lunasorcery/yx-light-at-the-end-of-the-tunnel | A 4KB executable graphics project showcasing procedural artwork | 1 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |
pmndrs/react-three-gpu-pathtracer | Provides a React abstraction for rendering 3D scenes using Path Tracing | 165 |
lunasorcery/yx-forbidden-path | A procedural artwork executable built with shader minimization and compression techniques | 0 |
lunasorcery/yx-brutal-knowledge | An executable graphics application built from a procedural artwork design using C and optimization tools | 1 |
knightcrawler25/optix-pathtracer | A simple physically based path tracer with support for Disney BRDF and various rendering features. | 319 |
aras-p/toypathtracer | An implementation of path tracing in a toy C++ program with various optimizations and runs on multiple platforms including CPU, GPU, and web assembly. | 1,073 |
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. | 603 |
opioid/zyg | A pathtracer written in Zig that uses an Owen scrambled Sobol sequence to generate samples and supports energy compensation. | 18 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |