Commit Graph

359 Commits (47fd27669ee0797a0d452f33549c779bfb9e97ec)
 

Author SHA1 Message Date
Ben Hansen 47fd27669e migrated tutorials 1 and 2 3 years ago
sotrh c1b60c0d38
Merge pull request #136 from skyne98/patch-1
Fix a typo in the code example
3 years ago
Aleksey Halahan ad0515bdfb
Fix a type in the code example
Was missing the `slice` method
3 years ago
Ben Hansen 19c99e28d0 Merge branch 'master' of https://github.com/sotrh/learn-wgpu 3 years ago
Ben Hansen 1f9024691c shaderc 1.6 -> 0.7 3 years ago
sotrh 1fda21eb6a
Merge pull request #134 from fisherdarling/patch-1
Fixed small typo in beginner/tutorial8-depth
3 years ago
Fisher Darling 5547528cf0
Fixed small typo in beginner/tutorial8-depth 3 years ago
sotrh 6416357063
Merge pull request #133 from rmsc/master
Fix typo in beginner tutorial 4
3 years ago
Renato Caldas d44f216b14 Fix inconsistent position of the 'size' field in the beginner tutorials 3 years ago
Renato Caldas e61b939889 Remove stray field 'colour' from State 3 years ago
Renato Caldas 67635a5fad Fix typos in beginner tutorial 4 3 years ago
Ben Hansen a6883b59f9 Added patrons to the intro page 4 years ago
sotrh 7bde566bb9
Merge pull request #132 from paq/patch-1
Fix syntax error in tutorial 6
4 years ago
paq 6302a2372c
Fix syntax error in tutorial 6 4 years ago
sotrh 63af8ac3d5
Merge pull request #131 from DevJac/cargo-book-link
Link to Cargo Book for more info about build scripts
4 years ago
DevJac 468807e8a3 Link to Cargo Book for more info about build scripts 4 years ago
Ben Hansen 733683cf6f removed camera research 4 years ago
Ben Hansen 99fd6523d7 travis build failing 4 years ago
Ben Hansen 7b1ff3dd36 travis now installs libasound2-dev 4 years ago
Ben Hansen da7f57faf5 still debugging travis 4 years ago
Ben Hansen bebef5be3c debugging travis 4 years ago
Ben Hansen a6a1d929ae fixing .travis.yml 4 years ago
Ben Hansen 8e09f6de43 Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen 8608460977 fixed #129 4 years ago
sotrh 75bc5cdb77
Merge pull request #130 from sotrh/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
4 years ago
dependabot[bot] 907d50aaea
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
sotrh 2c331ea773
Merge pull request #128 from kanerogers/patch-7
Run all tasks asynchronously
4 years ago
Kane Rogers 344cecc1e4
Remove unnecessary comment 4 years ago
Kane Rogers 633a129403
Run all tasks asynchronously
This should run all the tasks at the same time. If there are any updates to be done, cargo *may* block, but beyond that everything else should work fine.

Shebang also added for Multiplatform support.
4 years ago
sotrh 12569be5de
Merge pull request #127 from sotrh/device-events
modified camera tutorial to use `DeviceEvent`
4 years ago
Ben Hansen c92d2a528e modified camera tutorial to use `DeviceEvent` 4 years ago
Ben Hansen dd93e19fbb added wgpu-subscriber to framework 4 years ago
Ben Hansen 5e68c8385a Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen 1b1a24b265 updated deploy.sh to cleanup dist git repo 4 years ago
sotrh 7b1a81ccfe
Merge pull request #123 from kanerogers/patch-4
Clarify changes to State struct
4 years ago
sotrh 68e06ea4a4
Merge pull request #125 from dannyfritz/patch-1
Texture: BufferInitDescriptor fields.
4 years ago
sotrh 91f556bb4e
Merge pull request #126 from sotrh/cleanup-nov2020
Cleanup nov2020
4 years ago
Ben Hansen f1d35b6b38 finished cleanup 4 years ago
Ben Hansen 7e9f305f7b basic imgui example 4 years ago
Ben Hansen 8b08d73fef Merge branch 'cleanup-nov2020' of github.com:sotrh/learn-wgpu into cleanup-nov2020 4 years ago
Ben Hansen 4fa1e1a504 building blocks for future showcases 4 years ago
sotrh 039d840698
Merge pull request #124 from kanerogers/patch-6
Cleanup Textures tutorial
4 years ago
Danny Fritz 4cd5491921
Texture: BufferInitDescriptor fields. 4 years ago
Kane Rogers 21e455c668
Update to reflect sorth's suggestions
- Add `diffuse_texture` to `texture::Texture` in `State` at the end of the tutorial.
4 years ago
Ben Hansen 28c8637d73 finished compute exampute example 4 years ago
Ben Hansen 52b1ae0ac6 code for compute example 4 years ago
Kane Rogers 58618be013
Additional changes to Texture
1. The fields ` diffuse_texture`, `diffuse_texture_view` and `diffuse_sampler` are not used on `State` in this tutorial and should therefore not be added, so as not to unnecessarily confuse the reader.
2. The `anyhow` crate must be added to `Cargo.toml` in order for `texture.rs` to work.
4 years ago
Kane Rogers 6b2a8c8dcc
Additional changes to Texture
1. The fields ` diffuse_texture`, `diffuse_texture_view` and `diffuse_sampler` are not used on `State` in this tutorial and should therefore not be added, so as not to unnecessarily confuse the reader.
2. The `anyhow` crate must be added to `Cargo.toml` in order for `texture.rs` to work.
4 years ago
Kane Rogers fbe39fc0e4
Cleanup Textures tutorial
I have broadly made two sets of changes:

1. General prose cleanup (eg. correcting minor syntax errors, rewriting some sentences to make them more clear)
2. Code consistency (eg. not making use of the `texture` wrapper until it is defined at the end of the page.
4 years ago
Ben Hansen aa773303df cargo fmt 4 years ago