ray-tracer
There are 183 repositories under ray-tracer topic.
GPSnoopy/RayTracingInVulkan
Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.
LuxCoreRender/LuxCore
LuxCore source repository
64/cmake-raytracer
Ray tracer written in pure CMake
ange-yaghi/manta-ray
An open source physically based renderer.
AirGuanZ/Atrc
My path tracer
rafael-fuente/Python-Raytracer
A basic Ray Tracer that exploits numpy arrays and functions to work reasonably fast.
avik-pal/RayTracer.jl
Differentiable RayTracing in Julia
Zydak/Vulkan-Path-Tracer
Physically based path tracer made in Vulkan.
kbladin/Monte_Carlo_Ray_Tracer
A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.
aromanro/RayTracer
A ray tracing program
biroeniko/raytracer
My very first ray tracer implementation.
Project-10/OpenRT
Open Source Ray Tracing Library
diegomacario/Super-Sunshine
A ray-tracer with a simple scene description language for easily generating beautiful images.
markphelps/go-trace
Implementing a path tracer in Go
Vertexwahn/FlatlandRT
FlatlandRT is a 2D ray tracer visualization tool
HummaWhite/ZillumGL
GPU Physically Based Renderer (OpenGL Base) [2021-2022]
DheerendraRathor/GoTracer
A distributed Go implementation of Ray Tracing in One Weekend by Peter Shirley
TracePy-Org/tracepy
Ray Tracing and Optical Design in Python
amanshenoy/path-tracer
A physically-based Monte Carlo Path Tracer (Ray Tracer) from scratch
JVillella/tiny-path
An instructive one-file Ruby path tracer
ahamez/ray-tracer
The Ray Tracer Challenge in Rust
cmaughan/mgfx
MGFX - A cross-platform 2D (CPU & GPU) and 3D (GPU) starter kit.
pnlybubbles/LumillyRender
Monte Carlo path tracing implementation on Rust
CaffeineViking/mcrt
Monte Carlo Raytracer from Scratch in C++11/14
macroing/Dayflower-Path-Tracer
A photorealistic, realtime and GPU-based renderer written in Java
zigguratvertigo/smallpt-rs
A Rust implementation of a small ray/pathtracer.
NullSense/Tracey
A 3d ray tracer in C++ (High School Project)
macroing/Dayflower
A photorealistic 3D-renderer written in Java
triSYCL/path_tracer
Experimental path tracing with C++20 and SYCL
jtdaugherty/tracy
A Haskell ray tracer largely based on http://www.raytracegroundup.com/
mwcz/rust-raytracer-weekend
My Rust implementation of Ray Tracing in One Weekend by Peter Shirley.
abcdabcd987/ray-tracing
Ray Tracing
HummaWhite/Project3-CUDA-Path-Tracer
GPU Physically Based Renderer (CUDA Base) [2022]
Enigmatisms/cuda-pt
Writing a CUDA software ray tracing renderer with Analysis-Driven Optimization from scratch: a python-importable, distributed parallel renderer.
zxx43/Ray-Tracer
Simple Ray Tracer
Rabbid76/PyGameRayTracing
PyGame ray trace based on Peter Shirley's book Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)