https://github.com/banga/craytracer
A physically based raytracer in Rust
https://github.com/banga/craytracer
pbr raytracer raytracing
Last synced: 17 days ago
JSON representation
A physically based raytracer in Rust
- Host: GitHub
- URL: https://github.com/banga/craytracer
- Owner: banga
- Created: 2022-07-17T23:34:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T16:22:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T02:31:58.484Z (over 1 year ago)
- Topics: pbr, raytracer, raytracing
- Language: Rust
- Homepage:
- Size: 56.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# craytracer
Another hobby raytracer in Rust
## Images
### Stormtrooper

Source: [scenes/helmet.cry](https://github.com/banga/craytracer/blob/main/scenes/helmet.cry)
Model: https://www.blendswap.com/blend/13953
### XYZ RGB Dragon

Source: [scenes/dragon.cry](https://github.com/banga/craytracer/blob/main/scenes/dragon.cry)
Model: https://github.com/alecjacobson/common-3d-test-models/blob/main/data/xyzrgb_dragon.obj
### Staircase

Source: [scenes/staircase.cry](https://github.com/banga/craytracer/blob/main/scenes/staircase.cry)
Model: https://blendswap.com/blend/14449
### Materials

Source: [scenes/materials.cry](https://github.com/banga/craytracer/blob/main/scenes/materials.cry)
### George Washington

Model: https://sketchfab.com/3d-models/george-washington-greenough-statue-1840-6f90971e3eb24c0b8091086242f2c3b3
### Simple

Source: [scenes/simple.cry](https://github.com/banga/craytracer/blob/main/scenes/simple.cry)