An open API service indexing awesome lists of open source software.

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

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:

Screenshot 2024-05-27 at 11 35 03 PM

![image](https://github.com/reeceyang/rust-raytracer/assets/7040416/96a37c87-d864-427c-8591-e37750bf4e87)

image