This project is a playground for learning how to use the WebGPU Shading Language (WGSL). It sets up a window and a basic render pipeline using the wgpu
and winit
crates, and then applies a random shader to the window.
- Window setup using
winit
- Basic render pipeline setup using
wgpu
- Random shader application
To run the application, use the following command:
cargo run
This project is primarily for learning purposes and is not intended to be a fully-featured application. The render pipeline setup is kept as simple as possible to focus on the shader functionality. Future improvements may include tweaking the render pipeline setup to ensure compatibility with other platforms.
- Rust
- wgpu
- winit -tokio
This project is just a personal learning playground, but if you're interested in WGSL and want to contribute, feel free to open a pull request or issue.
This project is licensed under the MIT License.