All Projects → Slowyn → rust-tracer

Slowyn / rust-tracer

Licence: other
Simple Ray tracer written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rust-tracer

Tinykaboom
A brief computer graphics / rendering course
Stars: ✭ 2,077 (+14735.71%)
Mutual labels:  raytracer, raytracing
Tinyraytracer
A brief computer graphics / rendering course
Stars: ✭ 3,971 (+28264.29%)
Mutual labels:  raytracer, raytracing
Tracey
A 3d ray tracer in C++ (High School Project)
Stars: ✭ 24 (+71.43%)
Mutual labels:  raytracer, raytracing
C-Raytracer
A CPU raytracer from scratch in C
Stars: ✭ 49 (+250%)
Mutual labels:  raytracer, raytracing
GPU-Pathtracer
GPU Raytracer from scratch in C++/CUDA
Stars: ✭ 326 (+2228.57%)
Mutual labels:  raytracer, raytracing
ArtOfIllusion
Art of Illusion modeling and rendering suite - core application and tools
Stars: ✭ 58 (+314.29%)
Mutual labels:  raytracer, raytracing
Photon-v2
A program that takes photographs of a virtual world.
Stars: ✭ 75 (+435.71%)
Mutual labels:  raytracer, raytracing
ctrt
Compile-Time Ray Tracer in Rust ported from C++
Stars: ✭ 82 (+485.71%)
Mutual labels:  raytracer, raytracing
monte-carlo-ray-tracer
Physically based renderer with Path Tracing and Photon Mapping.
Stars: ✭ 246 (+1657.14%)
Mutual labels:  raytracer, raytracing
rust-raytracer
Raytracer in Rust.
Stars: ✭ 50 (+257.14%)
Mutual labels:  raytracer
Lambda
Physically based renderer written in C++
Stars: ✭ 26 (+85.71%)
Mutual labels:  raytracer
raiden
教育意义;基于物理的渲染器;闲着没事造轮子
Stars: ✭ 19 (+35.71%)
Mutual labels:  raytracer
ray-tracing
This is a go implementation of the "Ray Tracing in One Weekend" book
Stars: ✭ 37 (+164.29%)
Mutual labels:  raytracing
cram
cram is a computational room acoustics module to simulate and explore various acoustic properties of a modeled space
Stars: ✭ 23 (+64.29%)
Mutual labels:  raytracer
rust-raytracer
🔭 A simple ray tracer in Rust 🦀
Stars: ✭ 177 (+1164.29%)
Mutual labels:  raytracing
bash-raytracer
A raytracer in (mostly) Bash
Stars: ✭ 38 (+171.43%)
Mutual labels:  raytracer
Iyan3d
Iyan 3D Professional Edition - 3D animation app for iOS
Stars: ✭ 27 (+92.86%)
Mutual labels:  raytracer
raytracer
Raytracer in C.
Stars: ✭ 24 (+71.43%)
Mutual labels:  raytracer
LumillyRender
Monte Carlo path tracing implementation on Rust
Stars: ✭ 36 (+157.14%)
Mutual labels:  raytracing
cray
A real-time interactive progressive path tracer on the GPU.
Stars: ✭ 35 (+150%)
Mutual labels:  raytracer

Rust Tracer

Toy Ray Tracer written in Rust. Based on Peter Shirley's Ray Tracing The Next Week

Ray Tracing The Next Week final scene

Example of rendering

Ray Tracing in One Weekend final scene

Example of rendering

Credits

The project was inspired by excellent book about RayTracing by Peter Shirley. There are still a lot of job to be done, but the basics are ready.

Run

Rust and Cargo must be installed

  1. Clone the project
  2. cargo run --release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].