Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matklad/crt


https://github.com/matklad/crt

Last synced: about 1 month ago
JSON representation

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)