Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waisbrot/ray-tracer-book
- Owner: waisbrot
- License: agpl-3.0
- Created: 2023-08-21T16:27:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T23:30:48.000Z (over 1 year ago)
- Last Synced: 2024-04-17T18:04:31.798Z (9 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.