Rust Tracer is a rust implementation of a raytracer, following Ray Tracing in One Weekend.
l
rust-tracer
public
0 stars
0 forks
0 issues
Commits
List of commits on branch main.Unverified
2bcb512ddfaa0dc97df2bd153072943a59e253fcImplemented color (naiively) and made write_image use the color struct
llyurrutia committed 2 months ago
Unverified
d9115ecee8f25a49211c21d537eb1d2b6ae2a897Implemented arithmetic in vec3 class
llyurrutia committed 2 months ago
Unverified
f1ec1f5a667d54082ecb9f245e9f000fac559ee5Implemented beginning of unit tests for vectors
llyurrutia committed 2 months ago
Unverified
fa1e1c44d1036b3bdfb9b4feae7becf69740862cImplement first traits of vectors
llyurrutia committed 2 months ago
Unverified
870157e53219c98c816249403109461d0e4c79caAdd progress indicator
llyurrutia committed 3 months ago
Unverified
687a82449f3dc55fb41a01e6181efe3ddd0844dcFix typo on a README
llyurrutia committed 3 months ago