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

https://github.com/pannapudi/vokselis

Interactive volume renderer with Rust and Wgpu
https://github.com/pannapudi/vokselis

graphics rust shaders volume-rendering voxel wgpu

Last synced: about 1 year ago
JSON representation

Interactive volume renderer with Rust and Wgpu

Awesome Lists containing this project

README

          

# Vokselis

Experiments with volume rendering

```bash
$ cargo run --example trig
```

![trig](./trig.png)

```bash
$ cargo run --example bonsai
```

![bonsai](./bonsai.png)

```bash
$ cargo run --example xor
```

![vol](./volume.png)