Initial Commit

This commit is contained in:
Marco Thomas
2021-08-17 19:14:40 +02:00
commit 9876672a3e
5 changed files with 2245 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# wgpu-rs-learning
This repo holds the code, with which I learn
[wgpu](https://docs.rs/wgpu/0.9.0/wgpu/index.html).
The main idea for me, is to keep an eye on my progress and track
milestones.
### Learning Resources
I will try to keep this list up to date with all resources, which
I use for learning.
- https://sotrh.github.io/learn-wgpu/#what-is-wgpu (Starting point for this project)
- https://github.com/sotrh/learn-wgpu (Matching GitHub Repo)