Commit Graph

856 Commits (0.13)
 

Author SHA1 Message Date
Ben Hansen 56c917c749 correcting code in tutorial3 and tutorial2 2 years ago
Ben Hansen 6e43280d27 finished 0.13 readme 2 years ago
Ben Hansen 3e7d0a5bea updating `PresentMode` details and adding warning to pong 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
Ben Hansen 0fa9eb1e6f started fragment shader terrain version 2 years ago
Ben Hansen 844a1d1287 started write up for terrain tutorial 2 years ago
Ben Hansen d2bc2134dc added lighting to terrain 2 years ago
sotrh f6c701633f
Merge pull request #373 from OisinA/master
Replace main.rs with lib.rs in intermediate tutorials
2 years ago
sotrh 7284620506
Merge pull request #374 from Ajacmac/master
added wasm-bindgen-futures dependency to tutorial 1 to match code exa…
2 years ago
Ben Hansen b959515bac removed threading tutorial from build-wasm.sh 2 years ago
Ben Hansen f7da79e4c6 fixed noise generation 2 years ago
Ajacmac bbe3d24f70 added wasm-bindgen-futures dependency to tutorial 1 to match code example. wasm-pack won't build without it 2 years ago
Ben Hansen 1dcc60ccfb Merge branch 'master' of github.com:sotrh/learn-wgpu 2 years ago
Ben Hansen 4e129c563d got heightmap working with compute shaders 2 years ago
OisinA b987573e93 Replace main.rs with lib.rs 2 years ago
sotrh b6c0b4fd2b
Merge pull request #372 from Narcha/master
Removed redundant quaternion multiplication implementation
2 years ago
Narcha 60b55d6cea Removed redundant quaternion multiplication implementation 2 years ago
sotrh fbc6591644
Merge pull request #354 from doodlewind/patch-1
Add Chinese translation
2 years ago
sotrh 884714875c
Merge pull request #366 from liningpan/master
fix: typo in write_texture
2 years ago
sotrh ae7c6b4d91
Merge pull request #368 from 7tsvn/master
Clarified some of the steps in tutorial1-window
2 years ago
sotrh 57f96b0f09
Merge pull request #370 from sotrh/dependabot/npm_and_yarn/eventsource-1.1.1
Bump eventsource from 1.1.0 to 1.1.1
2 years ago
sotrh 35297142d0
Merge pull request #369 from Narcha/patch-1
Grammar fixes
2 years ago
sotrh bca1bc0576
Merge pull request #371 from Narcha/patch-2
Fixed missing `pub` in ModelVertex struct
2 years ago
Narcha 94e6c383e0
Fixed missing `pub` in ModelVertex struct 2 years ago
dependabot[bot] 69b3803dfe
Bump eventsource from 1.1.0 to 1.1.1
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Narcha ad934b6199
Grammar fixes 2 years ago
7tsvn 38f6cd6081
updated formatting 2 years ago
7tsvn 55b9cba6ae
Update README.md 2 years ago
7tsvn d444bc7df6 Cleared up some things in tutorial1 2 years ago
Lining Pan 6b2647cacb
fix: typo in write_texture
missing reference
2 years ago
Ben Hansen bcb4282f1e fixes #362 2 years ago
sotrh 44f0978b10
Merge pull request #365 from Narcha/patch-2
Remove incorrect .unwrap()
2 years ago
Narcha e589b5d442
Remove incorrect .unwrap() 2 years ago
Yifeng Wang 48f4fc8d66
chore: remove badge 2 years ago
sotrh 9c6556757a
Merge pull request #353 from sotrh/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2 years ago
sotrh 718123dede
Merge pull request #355 from lidongjies/fix/showcase-windowless
Fix windowless showcase
2 years ago
sotrh b6f66e0565
Merge pull request #347 from dis-da-moe/master
Typos, references to `main.rs` supposed to be to `lib.rs`, and readability changes
2 years ago
sotrh 3a8b832c89
Merge pull request #351 from ikopysov/patch-1
Removed "pollster" from tutorial1-window readme.
2 years ago
sotrh df9fffcda4
Merge pull request #359 from coelhucas/patch-1
fix: point code snippet to right file name
2 years ago
sotrh 849eebbf0a
Merge pull request #360 from CarlyRaeJepsenStan/master
Beginner - The Surface shows lib.rs but is labeled main.rs
2 years ago
dependabot[bot] fb06f6b8da
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
sotrh e12f5f129d
Merge pull request #361 from anthony81799/patch-1
Update Cargo.toml
2 years ago
Ben Hansen 19dfb6fdcc fixes #348 2 years ago
sotrh 1d12607359
Merge pull request #357 from yutannihilation/update-wgpu-gecko-branch
Update Cargo.lock for wgpu gecko branch
2 years ago
Anthony Mason 6ae2e7e080
Update Cargo.toml
Add the wasm-bindgen-futures dependency.  Without this the wasm-pack build command fails.
2 years ago
CarlyRaeJepsenStan b2f2bd334e
Update README.md 2 years ago
Lucas Coelho 59d8ae60a4
fix: point code snippet to right file name 2 years ago
Hiroaki Yutani 6c122b81c8 Update Cargo.lock for wgpu gecko branch 2 years ago
disdamoe cbf7f4e1a6 suggested changes 2 years ago
disdamoe c736467db4 suggested changes 2 years ago