A learning project exploring the wgpu graphics API in Rust, focusing on GPU programming and real-time rendering techniques.
- Implements basic rendering pipelines using wgpu
- Demonstrates efficient GPU workload handling
- Showcases modern graphics programming in Rust
- Rust & Cargo (Install via rust-lang.org)
- wgpu (Install dependencies as needed)
- Clone the repository:
git clone https://github.com/wessamfathi/learn_wgpu.git
cd learn_wgpu
- Build and run:
cargo run
This project is licensed under the MIT License.