Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tetracalibers/wgpu-practice-ground
- Owner: tetracalibers
- Created: 2024-07-21T23:00:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:00:50.000Z (3 months ago)
- Last Synced: 2024-10-24T21:39:58.043Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```