https://github.com/reeceyang/rust-raytracer
a raytracer built using the pixels crate
https://github.com/reeceyang/rust-raytracer
Last synced: 3 months ago
JSON representation
a raytracer built using the pixels crate
- Host: GitHub
- URL: https://github.com/reeceyang/rust-raytracer
- Owner: reeceyang
- Created: 2024-05-26T01:50:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T06:37:47.000Z (about 2 years ago)
- Last Synced: 2025-12-30T07:30:50.085Z (7 months ago)
- Language: Rust
- Homepage: https://raytracer.bleebo.dev
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-raytracer
A raytracer built using the [pixels](https://docs.rs/pixels/) crate, following along with Gabriel Gambetta's _Computer Graphics from Scratch_.
Controls: `WASD` to move around, `space` to go up and `lshift` to go down, arrow keys to look around. You may need to click inside the webpage first before the controls work. Try it out at [raytracer.bleebo.dev](https://raytracer.bleebo.dev/)!
Current progress:

