Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tetracalibers/wgpu-practice-ground

For studying wgpu
https://github.com/tetracalibers/wgpu-practice-ground

Last synced: 11 days ago
JSON representation

For studying wgpu

Awesome Lists containing this project

README

        

## wgpu practice ground

### Commands

```bash
cargo run -- tutorial/ch01-window
```

```bash
cargo run -- tutorial/ch02-surface
```

```bash
cargo run -- tutorial/ch03-pipeline
```

```bash
cargo run -- tutorial/ch04-buffer
```

```bash
cargo run -- tutorial/ch05-indice
```

```bash
cargo run -- tutorial/ch06-texture
```

```bash
cargo run -- tutorial/life-game
```

```bash
cargo run -- export-gif:tutorial/life-game
```

```bash
cargo run -- tutorial/hello-glyphon
```

```bash
cargo run -- prototype/rect-renderer
```

```bash
cargo run -- prototype/text-renderer
```

```bash
cargo run -- practice/cube_blinn_phong 4
```

```bash
cargo run -- practice/rotate_cube_basic
```

```bash
cargo run -- prototype/with_gif
```

```bash
cargo run -- export/with_gif
```

```bash
cargo run -- with_gif/life_game
```

```bash
cargo run -- export:gif/life_game
```

```bash
cargo run -- tutorial/compute_single_thread
```

```bash
cargo run -- tutorial/compute_atomic_add
```

```bash
cargo run -- tutorial/compute_visualize_workgroup_global
```

```bash
cargo run -- tutorial/compute_visualize_workgroup_local
```

```bash
cargo run -- tutorial/compute_mandelbrot_set
```

```bash
cargo run -- shader_art/shader_step_rect
```

```bash
cargo run -- image_processing/image_blur
```

```bash
cargo run -- image_processing/image_average_filter
```

```bash
cargo run -- image_processing/image_gaussian_filter
```

```bash
cargo run -- instanced_cube_sphere_torus/base
```

```bash
cargo run -- instanced_cube_sphere_torus/direction_light_1
```

```bash
cargo run -- export-gif:instanced_cube_sphere_torus/direction_light_1
```

```bash
cargo run -- instanced_cube_sphere_torus/direction_light_2
```

```bash
cargo run -- export-gif:instanced_cube_sphere_torus/direction_light_2
```

```bash
cargo run -- tutorial/glyph_geometry_2d
```

```bash
cargo run -- examples/empty_window
```