Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waisbrot/ray-tracer-book

My implementation of "The Ray Tracer Challenge" using Rust
https://github.com/waisbrot/ray-tracer-book

Last synced: 14 days ago
JSON representation

My implementation of "The Ray Tracer Challenge" using Rust

Awesome Lists containing this project

README

        

My implementation of [_The Ray Tracer Challenge_](https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/) using Rust

I'm using VS Code as my IDE, but `cargo build` and `cargo test` also work for me on the command-line.

This is a "learn Rust" sort of project, so the code is likely low quality and the documentation is intended for me.