https://github.com/ryanwebber/raybaby
Baby's first raytracer
https://github.com/ryanwebber/raybaby
raytracing rendering rust wgpu wgsl
Last synced: 5 months ago
JSON representation
Baby's first raytracer
- Host: GitHub
- URL: https://github.com/ryanwebber/raybaby
- Owner: ryanwebber
- Created: 2023-07-19T20:04:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T02:24:58.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T18:25:53.688Z (about 2 years ago)
- Topics: raytracing, rendering, rust, wgpu, wgsl
- Language: Rust
- Homepage:
- Size: 8.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raybaby
[](https://github.com/ryanwebber/raybaby/actions/workflows/build.yml)
A simple raytracing renderer using [wgpu](https://wgpu.rs) and [wgsl](https://www.w3.org/TR/WGSL/).
## Usage
```bash
$ cargo run --release -- render --scene ./examples/01-spheres.ron --skybox-color "(0.01, 0.01, 0.01)"
```
