raytracing-one-weekend
There are 134 repositories under raytracing-one-weekend topic.
aromanro/RayTracer
A ray tracing program
mratsim/trace-of-radiance
An educational raytracer
skyzh/raytracer.rs
⚡ A high-performance path tracer implemented in Rust based on "Ray Tracing in One Weekend" featuring static dispatch, multi-threaded rendering and a variety of preset scenes.
fralken/ray-tracing-in-one-weekend
Rust implementation of Peter Shirley's "Ray Tracing in One Weekend"
BlackGoku36/raytracing_in_rust
Implementation of raytracing in rust from Peter Shirley's RTIW and RTTNW, Chapter-by-Chapter
m516/CV-Sandbox
Just a random assortment of computer vision projects.
ryoppippi/Ray-Tracing-in-One-Weekend.zig
ray tracing in one weekend in zig
triSYCL/path_tracer
Experimental path tracing with C++20 and SYCL
fralken/ray-tracing-the-next-week
Rust implementation of Peter Shirley's "Ray Tracing: The Next Week"
Morozov-5F/raytracing-weekend
Simple path rendered written in modern C. Based on first book from https://github.com/RayTracing/raytracing.github.io
ameliemaia/raytracing-in-one-weekend
A simple Raytracer based on Ray Tracing in One Weekend by Peter Shirley
DeveloperPaul123/rayray
Rayray is a baby ray tracer written in C++.
MisakaCenter/RayTracer.ml
🌈 Path tracer implemented in OCaml based on "Ray Tracing in One Weekend"
edubart/lunray
Ray tracing experiment in Nelua programming language
fralken/ray-tracing-the-rest-of-your-life
Rust implementation of Peter Shirley's "Ray Tracing: The Rest Of Your Life"
magetron/yart-cc
Yet Another Ray Tracer - Incredibly trivial multi-thread ray-tracer written in plain, understandable C++
return5/RayTracer
simple lua ray tracer built from "Ray Tracing In One Weekened"
cdgco/raytracing
C++ Ray Tracer based on Peter Shirley's Ray Tracing in One Weekend
Nidjo123/shirley-raytracer
My go at Peter Shirley's Ray Tracing series
vshotarov/death-star
A basic cuda path tracer, based on the concepts in Peter Shirley's "Ray tracing in one weekend" https://raytracing.github.io/books/RayTracingInOneWeekend.html
jseling/Pascal-RaytracingInOneWeekend
Pascal - Ray tracing in One Weekend
librity/weekendrt
A simple ray tracer made in a weekend.
FaberSanZ/RayTracingInAWeekend
Ray Tracing In AWeekend
missing-user/RaytracingWeekend
C++ path tracer based on Peter Shirleys books
Alphacharge/miniRT
42 miniRT Project. A small selfcoded Raytracer.
armansito/ray-tracing-in-one-weekend
🦀 A Rust implementation of the Ray Tracing In One Weekend series 🦀
CarlGroth/raytracing-in-one-weekend
It's a crappy raytracer made in rust. Outputs in ppm which is pretty lame. Hopefully one day this will house the product of the sequel to this book
D-K-E/raytracing-gl
OpenGL compute shader port of 'Raytracing ...' series by P. Shirley
jonasgeiler/3d-raytracer-lua
🧪 A simple 3D raytracer written in Lua over a couple of weekends.
lachlankidson/RayTracingInOneWeekend
C# implementation of Peter Shirley's 'Ray Tracing' book series.
NiklasLundstrom/Path-tracer-in-MATLAB
An offline CPU path tracer in MATLAB
ozgurozkan01/SDL_RayTracing
Ray Tracing with SDL to develop myself in graphic engine basics
pgallo725/basic-raytracer
A simple CPU raytracer based on the "Ray Tracing in One Weekend" book by Peter Shirley.
spencerelliott/raytracer-rs
Peter Shirley's Raytracing in One Weekend implemented in Rust