ray-tracer topic

List ray-tracer repositories

cmake-raytracer

801
Stars
13
Forks
Watchers

Ray tracer written in pure CMake

smallpt-rs

30
Stars
5
Forks
Watchers

A Rust implementation of a small ray/pathtracer.

go-trace

83
Stars
7
Forks
Watchers

Implementing a path tracer in Go

Python-Raytracer

448
Stars
43
Forks
Watchers

A basic Ray Tracer that exploits numpy arrays and functions to work fast.

Monte_Carlo_Ray_Tracer

135
Stars
31
Forks
Watchers

A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.

raytracer

125
Stars
7
Forks
Watchers

My very first ray tracer implementation.

RayTracingInVulkan

1.1k
Stars
105
Forks
Watchers

Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.