Found 67 repositories(showing 30)
danoli3
A Multithreaded Skeleton Ray Tracer designed to help you get started with start ray tracing, with fast rendering speed! This has been adapted around Sverre Kvaale's original wxWidgets Skeleton to enhance speed, look and functionality of the original framework. Skeleton based on and for Kevin Suffern's Textbook Ray Tracing from the Ground Up.
andystanton
A multithreaded Ray Tracer in Rust
Harha
a Minimalistic multithreaded ray tracer written in Java.
kllaster
A ray tracer implemented on CPU with Antialiasing, Blinn–Phong lighting model, Object shadows, Reflections of objects, Multithreaded render
rjaber
Multithreaded sphere ray tracer optimized with SIMD intrinsics
sourav4243
A high-performance CPU ray tracer implemented from scratch in C++ with BVH spatial acceleration and multithreaded rendering.
trevor-m
A multithreaded Whitted ray tracer (C++) which supports reflection, refraction, shadows, interpolated textures and normals, color and intersection shaders, as well as Monte Carlo anti-aliasing, depth-of-field, and BSSSRDFs
nucleus
Small from-the-scratch ray tracer project. Supports several types of geometry, multithreading, SAH-based kd-trees, adaptive supersampling AA, reflection, refraction, and soft shadows through area light distribution ray tracing.
Port51
Multithreaded ray tracer with ray marching for volumetrics
datavorous
A multithreaded, BVH enabled, cpu ray/path tracer
egnchen
Multithreaded simple ray-tracer in Rust.
FoxMaccloud
No description available
SachinKishan
Ray Tracer but with multithreading using OpenMP.
K-P-creator
Multithreaded Ray Tracer with Sphere and Plane object subclasses, outputting as a .ppm file
jmarshallstewart
Multithreaded path tracer implementation, following the book Ray Tracing in One Weekend by Peter Shirley. VS 2015 solutions for incremental examples and the complete implementation. I add some threading and profiling stuff.
mucinoab
A multithreaded and SIMD enhanced CPU ray tracer
FlyingVoodoo
Simple CPU ray tracer in C++17: ray tracing, multithreaded rendering, diffuse lighting and antialiasing.
SeanChao
⚡ A ray tracer in C++ with multithreading, from Ray Tracing in One Weekend
MendelDebrabandere
A software ray tracer made fully in C++ that uses multithreading
frmr
Simple ray tracer demonstrating reflection, multithreading, anti-aliasing, depth-of-field, HDR rendering and dithering of floating-point color channels.
sarkararpan710
A ray tracer project from scratch using techniques used by Casey Muratori. Its a simple one using planes and spheres employing SIMD and multithreading.
AdiPun
A data-oriented, SIMD-accelerated C++ ray tracer based on Ray Tracing in One Weekend. This project explores high-performance techniques such as AVX2 vector batching, multithreading, and structure-of-arrays (SoA) design, with the longer-term goal of evolving into a lightweight game engine prototype.
mylez
A multithreaded ray-tracer
petersbob
A multithreaded ray tracer.
pes728
A multithreaded Ray Tracer
Ph0don
Multithreaded CPU ASCII Ray Tracer
bpieniak
Java CPU multithreaded ray tracer.
JakubTheCoder
No description available
albinopapa
Testing multithreading.
joastbg
Multithreaded ray-tracer written in C++