https://github.com/pixelspark/tyray
A toy ray tracer in Rust
https://github.com/pixelspark/tyray
raytracer rust
Last synced: about 2 months ago
JSON representation
A toy ray tracer in Rust
- Host: GitHub
- URL: https://github.com/pixelspark/tyray
- Owner: pixelspark
- Created: 2019-02-03T11:19:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T21:20:42.000Z (over 5 years ago)
- Last Synced: 2025-01-23T11:45:55.626Z (3 months ago)
- Topics: raytracer, rust
- Language: Rust
- Size: 14.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tyray
Toy ray tracer in Rust. Features supported:
* Sphere and plane primitives
* Reflection, refraction, diffuse, specular lighting
* Environment map
* Hard shadows
* Parallellized rendering using rayon.Author: Tommy van der Vorst ([email protected]), (C) 2019.
Inspired by ssloy's [tinyraytracer](https://github.com/ssloy/tinyraytracer).
