Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayou-brogrammer/learn_wgpu
learn_wgpu
https://github.com/bayou-brogrammer/learn_wgpu
Last synced: 9 days ago
JSON representation
learn_wgpu
- Host: GitHub
- URL: https://github.com/bayou-brogrammer/learn_wgpu
- Owner: bayou-brogrammer
- License: apache-2.0
- Created: 2023-04-22T17:34:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-23T00:35:00.000Z (over 1 year ago)
- Last Synced: 2024-10-27T15:42:23.797Z (about 2 months ago)
- Language: Rust
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Learn WGPU Follow Along Tutorial
Following along with the [Learn WGPU](https://sotrh.github.io/learn-wgpu/) tutorial
## Tutorial Branches
Each tutorial has its own branch. The challenge folder contains the challenge attempt for each tutorial. The `master` branch is the final result of the tutorial all merged together.
1. [Dependencies and the window](https://github.com/lecoqjacob/learn_wgpu/tree/tutorial1-window)
2. [The Surface](https://github.com/lecoqjacob/learn_wgpu/tree/tutorial2-surface)
3. [Pipeline](https://github.com/lecoqjacob/learn_wgpu/tree/tutorial3-pipeline)
4. [Buffers and Indices](https://github.com/lecoqjacob/learn_wgpu/tree/tutorial4-buffers)
5. [Textures and bind groups](https://github.com/lecoqjacob/learn_wgpu/tree/tutorial5-textures)
6. [Uniform buffers and a 3d camera](https://github.com/lecoqjacob/learn_wgpu/tree/tutorial6-uniform-camera)
7. Instancing - TBA
8. The Depth Buffer - TBA
9. Model Loading - TBA
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.