Commit Graph

333 Commits (2c331ea7738c9952abaaec80b1469771461e1a62)
 

Author SHA1 Message Date
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
Ben Hansen e462670b72 migrated docs for tutorial7 4 years ago
Ben Hansen c770e1860f fixed code for #116 4 years ago
Kane Rogers b93a57d9b3
Clarify changes to State struct
Not a big one, just being explicit where the fields need to be updated on the struct.
4 years ago
Ben Hansen aa8f9f269d fixed #119 4 years ago
Ben Hansen 0620f0b05d migrated ModelVertex to use bytemuck derive 4 years ago
Ben Hansen 9a221fb2c4 migrated Light struct to use bytemuck derive 4 years ago
Ben Hansen 0ccb80e7e3 updated Uniforms struct to use bytemuck derive 4 years ago
Ben Hansen 5abaa16ac1 updated bytemuck to use derive as per #109 4 years ago
Ben Hansen 8ad575f750 finished #121 4 years ago
Ben Hansen df1d2c412f applied change to main tutorials 4 years ago
Ben Hansen eee5c32f8f started #121 4 years ago
sotrh fd8c3e169d
Merge pull request #107 from benmkw/master
add info about alignment
4 years ago
Benedikt Mandelkow f5ba33713a add code example 4 years ago
sotrh 38adad1421
Merge pull request #118 from IcanDivideBy0/minor_changes
Minor changes
4 years ago
Samuel Hurel 936082fafc Minor changes 4 years ago
sotrh 31a6262d75 Rename Readme.md to README.md 4 years ago
Benedikt Mandelkow 14dec8ba59 add info about alignment 4 years ago
sotrh 8f5215963a
Merge pull request #113 from pudnax/link_typo
Fixed the link to zip file
4 years ago
sotrh 3e83cf5a17
Merge pull request #112 from pudnax/winit_0.23
Migration to winit 0.23
4 years ago
sotrh 06e7818e7a
Merge pull request #115 from pudnax/light_layout_typo
Light layout typo
4 years ago
sotrh ce3c64aea7
Merge pull request #114 from pudnax/depth_typo
Clean probably missed stuff from '0.5 -> 0.6'
4 years ago
Alex Komissarov ae3f7e8e95
Wrong light_bind_group_layout 4 years ago
Alex Komissarov c42e07bb7d
Clean probably missed stuff from '0.5 -> 0.6' 4 years ago
Alex Komissarov e5a5d6d66c
Fixed the link to zip file 4 years ago
Alex Komissarov d38731e472
Migration to winit 0.23 4 years ago
Ben Hansen fb5c9fc8fe fixes #111 4 years ago