Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matklad/crt
https://github.com/matklad/crt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matklad/crt
- Owner: matklad
- Created: 2022-10-06T15:19:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T03:19:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-09T11:22:17.797Z (7 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 110
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Core Ray Tracer
Rust `#![no_std]` raytracer using `&mut [u8]` for all allocations.
See the accompanying blog post:https://matklad.github.io/2022/10/06/hard-mode-rust.html
```console
$ cargo r -r -p crt < scenes/utah.crt > out.ppm
```![](https://user-images.githubusercontent.com/1711539/194287665-05583649-dcb0-4014-82b9-424f945e19a4.png)