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

https://github.com/hatoo/rukako

WIP GPU Renderer in Rust
https://github.com/hatoo/rukako

ray-tracing raytracing renderer rendering rust

Last synced: about 1 month ago
JSON representation

WIP GPU Renderer in Rust

Awesome Lists containing this project

README

        

# Rukako

Rukako is a WIP GPU renderer in Rust.

## Run

Currently, it only renders the scene appeared in [Ray Tracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).

```bash
$ cargo run
```

and open `out.png`.

Output should be like

![One Weekend](weekend.png)