Commit Graph

509 Commits (ce957226d347fcbb2060d3070c5d7559fb58626a)

Author SHA1 Message Date
Benjamin Hansen 8bb1b080b4 fixed up to model loading for wasm 5 months ago
Benjamin Hansen 202012b76d switch to `Backends::PRIMARY` 6 months ago
Benjamin Hansen 3e618336bd not crashing 6 months ago
Benjamin Hansen 6325590051 got pong working natively 7 months ago
Benjamin Hansen 12f115dfa1 code is working again 7 months ago
Benjamin Hansen 3f0caa6904 migrated tutorials 1 and 2 8 months ago
Benjamin Hansen 677300a5e9 fixes #504 9 months ago
Thomas Schaub 03d498a91c Fix inconsistency between code and text 9 months ago
Thomas Schaub 8a9f116905 Fix inconsistency between code and text 9 months ago
Joacim Magnusson e165d8c719
Correct outdated line in surface tutorial 10 months ago
Ben Hansen 430be18c3c
Merge branch 'master' into update-tutorial2 10 months ago
Blatko1 7242f5ed46
Tutorial1 additional improvements 10 months ago
Blatko1 522bddc311
Tutorial9 improvements 10 months ago
Blatko1 1bffb1fab0
Tutorial8 improvements 10 months ago
Blatko1 ffdad591fd
Tutorial7 improvements 10 months ago
Blatko1 fb75eac20c
Tutorial6 improvements 10 months ago
Blatko1 c3abb241c2
Tutorial5 improvements 10 months ago
Blatko1 f33821d1eb
Tutorial4 improvements 10 months ago
Leon 2fa33aec6b
Merge branch 'sotrh:master' into master 10 months ago
Ben Hansen 67f81c8d82
Merge pull request #505 from iwek7/fix_space
Add missing space in shader
10 months ago
Leon 604cb31dce
Merge branch 'sotrh:master' into master 10 months ago
Blatko1 ba7e2e5c7a
Tutorial3 10 months ago
Blatko1 efc0124c58
Tutorial2 - +/- commas, capitalization, fixed incorrections 10 months ago
Ben Hansen b911bee64c
Merge pull request #507 from anantnrg/master
Added missing fields to RenderPassDescriptor
10 months ago
Blatko1 32ff143d46
tutorial1 - removed/added commas, capitalizations
removed and added commas for easier reading experience, capitalized all word like 'Cargo' and 'JavaScript', added articles before some words
10 months ago
Anant Narayan b065748359
Added missing fields to RenderPassDescriptor 10 months ago
iwek7 21feff0cf9 Add missing space in shader 11 months ago
Benjamin Hansen 653a9928b3 0.18 and hdr tutorial 11 months ago
Sean Krueger d5070ec8e6
Fixup requested changes 12 months ago
Benjamin Hansen 509dc856a1 fixes #475 1 year ago
Sean Krueger d74c206d8c Revert "Remove code meant for later"
This reverts commit 97faf40cf236fb9c5cdd605213da1fb9452a46f6. Fixed in 0062a05
1 year ago
Sean Krueger 6150f521d4 Add annotation to run() 1 year ago
Sean Krueger f81e30e6ab Remove code meant for later 1 year ago
Sean Krueger 9400755cb7 Match formating of tutorial 1 year 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.
1 year 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
1 year ago
Ben Hansen 0d55cbe1f8
Merge pull request #481 from adsick/patch-1
typo fix
1 year ago
Benjamin Hansen 7de671074b removed reference to NonZeroU32 from tutorial5 1 year ago
Benjamin Hansen b76dfa4a44 fixes #478 1 year ago
Benjamin Hansen d554341f05 fixes #485 1 year ago
Ben Hansen a477f97572
Merge pull request #494 from sotrh/0.17
update to 0.17
1 year ago
Benjamin Hansen 35a4e1642b update to 0.17 1 year 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 a1f5995f49
Merge pull request #455 from doup/patch-1
Improve instancing `VertexBufferLayout` creation comments order
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