Commit Graph

1091 Commits (master)
 

Author SHA1 Message Date
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
lidongjies 1d2d7d5783 Fix windowless showcase 2 years ago
Yifeng Wang 6138bf7efa
add Chinese translation and badge 2 years ago
ikopysov e43a744b5a
Removed "pollster" from tutorial1-window readme.
It seems that in #345 pollster was removed from the example, but not from the code in the page.
This change removes it from the code in the tutorial, so it will work just by pasting it in the editor.
2 years ago
dis_da_moe 2275f68247 Typos and grammar for rest of docs 2 years ago
disdamoe 03e905cc4d Fixed accidental indentation change 2 years ago
disdamoe eca31a5ed5 typo 2 years ago
disdamoe 33bd66e368 docs for tutorials 1-9: typos, references to `main.rs` supposed to be to `lib.rs`, and readability changes 2 years ago
sotrh d99a4f7d15
Merge pull request #346 from kneasle/indentation-fixes
Fix indentation
2 years ago
Ben Hansen a595bccaf9 Merge branch 'master' of github.com:sotrh/learn-wgpu 2 years ago
Ben Hansen 8bbdb09c67 fixes #278 2 years ago
Ben Hansen 8a6a422059 fixes #306 2 years ago
Ben Hansen 93712de4e7 fixes #307 2 years ago
Ben Hansen dad9e9d675 fixes #328 2 years ago
Ben Hansen 27fb79c4ab fixes #337 2 years ago
Ben Hansen 4d33b048c2 fixes #343 2 years ago