Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tetracalibers/cg-from-scratch-rs
- Owner: tetracalibers
- Created: 2024-11-12T22:21:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:27:07.000Z (about 2 months ago)
- Last Synced: 2024-11-12T23:25:41.887Z (about 2 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```