Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tetracalibers/cg-from-scratch-rs

Implementing the computer-graphics-from-scratch demo in Rust
https://github.com/tetracalibers/cg-from-scratch-rs

Last synced: about 1 month ago
JSON representation

Implementing the computer-graphics-from-scratch demo in Rust

Awesome Lists containing this project

README

        

## CG-from-scratch-rs

Implementing the [computer-graphics-from-scratch](https://github.com/ggambetta/computer-graphics-from-scratch) demo in Rust

### Commands

```bash
cargo run --example raytracer_01_basic_raytracing
```

```bash
cargo run --example raytracer_02_diffuse_reflection
```

```bash
cargo run --example raytracer_03_specular_reflection
```

```bash
cargo run --example raytracer_04_shadows
```

```bash
cargo run --example raytracer_05_reflections
```

```bash
cargo run --example raytracer_06_camera_position
```