Commit Graph

1062 Commits (2bb2f8373b14218ecaa8d136bb172a09786bf38e)
 

Author SHA1 Message Date
Benjamin Hansen c959ec4862 cleaning up 8 months ago
Benjamin Hansen c02872389e skybox working 8 months ago
Sean Krueger d5070ec8e6
Fixup requested changes 8 months ago
Benjamin Hansen 49c2cbc8f6 reflections seem correct 8 months ago
Benjamin Hansen fa43eb6172 got skybox rendering 8 months ago
Benjamin Hansen 67e78d9c65 more work on hdr tutorial 8 months ago
Benjamin Hansen 0bde203056 stubbed out topics page 9 months ago
Benjamin Hansen 0a083a9c12 created tutorial13-hdr 9 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
dependabot[bot] 3b86d781e8
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Ben Hansen 64de216a2d
Merge pull request #450 from sotrh/dependabot/cargo/tokio-1.25.0
Bump tokio from 1.21.2 to 1.25.0
11 months ago
Ben Hansen 2ab4c9733e
Merge pull request #464 from sotrh/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.42 to 0.10.48
11 months ago
Ben Hansen 2bad9b5972
Merge pull request #469 from sotrh/dependabot/cargo/spin-0.9.8
Bump spin from 0.9.4 to 0.9.8
11 months ago
Ben Hansen eb3a5ac183
Merge pull request #471 from sotrh/dependabot/cargo/h2-0.3.17
Bump h2 from 0.3.14 to 0.3.17
11 months ago
Ben Hansen 0d55cbe1f8
Merge pull request #481 from adsick/patch-1
typo fix
11 months ago
Benjamin Hansen 7de671074b removed reference to NonZeroU32 from tutorial5 11 months ago
Benjamin Hansen b76dfa4a44 fixes #478 11 months ago
Benjamin Hansen d554341f05 fixes #485 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
Ben Hansen 588a5442c5
Merge pull request #480 from sotrh/0.16
0.16
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
Ben Hansen df157d7e39
Merge pull request #458 from doup/patch-2
Add missing `view_formats`
1 year ago
Ben Hansen 79da9fee6b
Merge pull request #470 from lubomirkurcak/patch-1
Fix typo
1 year ago
dependabot[bot] 193f66d5e6
Bump h2 from 0.3.14 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.14 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.14...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
lubomirkurcak aa867e1de8
Fix typo 1 year ago
dependabot[bot] 7afa7defc2
Bump spin from 0.9.4 to 0.9.8
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.4 to 0.9.8.
- [Release notes](https://github.com/mvdnes/spin-rs/releases)
- [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdnes/spin-rs/commits)

---
updated-dependencies:
- dependency-name: spin
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Benjamin Hansen 1661c8543b attempting to fix deploy.yml 1 year ago
Benjamin Hansen 06b5e711aa try using yarn for deploy.yml 1 year ago
Benjamin Hansen 6af1fe9ed7 added install wasm32 target to deploy.yml 1 year ago
Benjamin Hansen 2898a72bc0 switched to custom wasm-builder instead of wasm-pack for examples 1 year ago
Ben Hansen 514e957099
Merge pull request #463 from Blatko1/master
fixed not working link
1 year ago
dependabot[bot] 548bfb0a2c
Bump openssl from 0.10.42 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.42 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Blatko1 9c2250bd0f
fix not working link 1 year ago
Asier Illarramendi 41d3b9daa3
Add missing `view_formats`
In "Depth Buffer" chapter.
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