Commit Graph

90 Commits (master)

Author SHA1 Message Date
Benjamin Hansen a8aad5f62b fixes #555 3 days ago
Benjamin Hansen 30a6b4488e fixes #548 4 days ago
Ben Hansen 7a2d7b6f04
Merge pull request #551 from jirisvd/fix-surface-tutorial-typos
Fix typos in surface tutorial
4 days ago
Jiří Švejda 6271615397 Fix typos in surface tutorial 3 weeks ago
王翼翔 83d85b164a
Update docs/beginner/tutorial2-surface/README.md
fix a spell mistake
4 weeks ago
Ben Hansen 30a9f026b0
Merge pull request #538 from zahash/surface_format
use find() instead of filter().next()
4 weeks ago
Benjamin Hansen 8bb1b080b4 fixed up to model loading for wasm 2 months ago
Benjamin Hansen 202012b76d switch to `Backends::PRIMARY` 3 months ago
Benjamin Hansen 3e618336bd not crashing 3 months ago
Benjamin Hansen 12f115dfa1 code is working again 4 months ago
zahash 8e180c0fb2 put copied() after find() to avoid unnecessary copying of all the traversed items and instead copy only the one found 4 months ago
zahash d706826510 use find() instead of filter().next() 4 months ago
Benjamin Hansen 3f0caa6904 migrated tutorials 1 and 2 5 months ago
Thomas Schaub 03d498a91c Fix inconsistency between code and text 6 months ago
Thomas Schaub 8a9f116905 Fix inconsistency between code and text 6 months ago
Joacim Magnusson e165d8c719
Correct outdated line in surface tutorial 7 months ago
Ben Hansen 430be18c3c
Merge branch 'master' into update-tutorial2 7 months ago
Leon 604cb31dce
Merge branch 'sotrh:master' into master 7 months ago
Blatko1 efc0124c58
Tutorial2 - +/- commas, capitalization, fixed incorrections 7 months ago
Anant Narayan b065748359
Added missing fields to RenderPassDescriptor 7 months ago
Benjamin Hansen 653a9928b3 0.18 and hdr tutorial 7 months ago
Sean Krueger d5070ec8e6
Fixup requested changes 8 months ago
Benjamin Hansen 509dc856a1 fixes #475 9 months ago
Sean Krueger d74c206d8c Revert "Remove code meant for later"
This reverts commit 97faf40cf2. Fixed in 0062a05
11 months ago
Sean Krueger 6150f521d4 Add annotation to run() 11 months ago
Sean Krueger f81e30e6ab Remove code meant for later 11 months ago
Sean Krueger 9400755cb7 Match formating of tutorial 11 months ago
Sean Krueger 780d2ef3f4 Remove unneeded dependency update
With `wasm-bindgen-futures`  being added as a dependency in tutorial 1 (bbe3d24), it is no longer necessary to add it again in tutorial 2. This section has been reworked as a note stating that WASM would fail to build without it.
11 months ago
Sean Krueger 4d6d7dcf65 Update Surface tutorial State::new()
Adds an additional explanation that the `event_loop` needs to be updated after the window has been moved. While this is fixed in the input() section, including this mention in new() allows the program to compile during the new() and resize() section if the reader did not catch this themselves. 

Adds clarity following "changed State to own window" (09207e9) commit
11 months ago
Ben Hansen 0d55cbe1f8
Merge pull request #481 from adsick/patch-1
typo fix
11 months ago
Ben Hansen a477f97572
Merge pull request #494 from sotrh/0.17
update to 0.17
11 months ago
Benjamin Hansen 35a4e1642b update to 0.17 11 months ago
Vadim 50edc7c15a
typo fix 1 year ago
Ben Hansen 11820796f5
Merge pull request #479 from Piturnah/patch-1
Remove erroneous code from future
1 year ago
Benjamin Hansen 48d4d1a353 pong and news 1 year ago
Benjamin Hansen 8b8e844b76 update to 0.16 1 year ago
Peter Hebden 0062a0569e
Remove code from future 1 year ago
Ben Hansen 7a5b20a9ac
Merge pull request #456 from cpadilla/master
Removing & reference from new() parameter
1 year ago
Ben Hansen 3e1caeec90
Merge pull request #457 from willcrichton/little-fixes
Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc`.
1 year ago
Blatko1 9c2250bd0f
fix not working link 1 year ago
Will Crichton 9e2ada2a0f Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc` 1 year ago
cpadilla 2fa53e4a4e
Removing & reference from new() parameter 1 year ago
Aaron Clarke dbd18ddf00 Minor spelling error and capitalization fix. 1 year ago
Benjamin Hansen 9f2ecaec4a added `view_formats` details to the docs 1 year ago
Benjamin Hansen 7227f8d169 changes for 0.15 1 year ago
sotrh f94875e2a8
Merge branch 'master' into master 1 year ago
Benjamin Hansen 09207e9403 changed State to own window 1 year ago
Benjamin Hansen a9230e981e upgraded dependencies 1 year ago
Avery R 3863322aee
update info on getting supported formats
Replace the outdated information about `get_preferred_format` with current information on `get_supported_formats`.
1 year ago
erwanvivien 50ca6f8b22
fix: added missing curly to match 2 years ago