Commit Graph

910 Commits

Author SHA1 Message Date
Lucas Coelho
59d8ae60a4
fix: point code snippet to right file name 2022-05-10 20:28:09 -03:00
Hiroaki Yutani
6c122b81c8 Update Cargo.lock for wgpu gecko branch 2022-05-07 18:47:31 +09:00
disdamoe
cbf7f4e1a6 suggested changes 2022-05-06 23:38:36 +03:00
disdamoe
c736467db4 suggested changes 2022-05-06 23:37:28 +03:00
lidongjies
1d2d7d5783 Fix windowless showcase 2022-05-01 07:31:55 +08:00
Yifeng Wang
6138bf7efa
add Chinese translation and badge 2022-04-30 22:59:37 +08:00
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.
2022-04-26 04:03:22 +03:00
dis_da_moe
2275f68247 Typos and grammar for rest of docs 2022-04-18 08:48:38 +03:00
disdamoe
03e905cc4d Fixed accidental indentation change 2022-04-17 21:08:44 +03:00
disdamoe
eca31a5ed5 typo 2022-04-17 19:41:07 +03:00
disdamoe
33bd66e368 docs for tutorials 1-9: typos, references to main.rs supposed to be to lib.rs, and readability changes 2022-04-17 19:35:45 +03:00
sotrh
d99a4f7d15
Merge pull request #346 from kneasle/indentation-fixes
Fix indentation
2022-04-14 19:18:36 -06:00
Ben Hansen
a595bccaf9 Merge branch 'master' of github.com:sotrh/learn-wgpu 2022-04-14 16:28:19 -06:00
Ben Hansen
8bbdb09c67 fixes #278 2022-04-14 16:20:11 -06:00
Ben Hansen
8a6a422059 fixes #306 2022-04-14 16:17:21 -06:00
Ben Hansen
93712de4e7 fixes #307 2022-04-14 16:08:22 -06:00
Ben Hansen
dad9e9d675 fixes #328 2022-04-14 15:58:09 -06:00
Ben Hansen
27fb79c4ab fixes #337 2022-04-14 14:50:57 -06:00
Ben Hansen
4d33b048c2 fixes #343 2022-04-14 14:06:39 -06:00
Ben Hansen
0cb0b273c3 fixes #345 2022-04-14 14:00:28 -06:00
Kneasle
964ad9307b Fix indentation
In beginner chapter 9 'Model Loading', the `fn format_url(...)` line was
unnecessarily indented.  This PR also makes some minor reformatting
(presumably caused by changes to `rustfmt`).
2022-04-14 16:30:19 +01:00
sotrh
e514011384
Merge pull request #335 from sotrh/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 0.0.8 to 1.2.6
2022-04-10 11:57:50 -06:00
sotrh
849feaf6b1
Merge pull request #336 from sotrh/dependabot/npm_and_yarn/node-forge-0.10.0
Bump node-forge from 0.9.0 to 0.10.0
2022-04-10 11:57:35 -06:00
sotrh
b037cb7bc8
Merge pull request #340 from 8picoz/feature/tobj_version
fix tobj version
2022-04-10 11:57:23 -06:00
Ben Hansen
1b0ce54080 fixes #330 2022-04-10 11:48:13 -06:00
Ben Hansen
3541cdb76b fixes #333 2022-04-10 11:43:44 -06:00
tata
e100c4052c fix tobj version 2022-04-02 06:29:18 +09:00
dependabot[bot]
1c5177c6a5
Bump minimist from 0.0.8 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 0.0.8 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/0.0.8...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 17:04:53 +00:00
dependabot[bot]
142f243e1d
Bump node-forge from 0.9.0 to 0.10.0
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 17:04:30 +00:00
sotrh
f942f350c9
Merge pull request #326 from sotrh/dependabot/npm_and_yarn/url-parse-1.5.10
Bump url-parse from 1.5.3 to 1.5.10
2022-03-29 11:00:57 -06:00
sotrh
1824dc1505
Merge pull request #338 from ThibaultLemaire/patch-1
Fix typos in Working with Lights: The normal matrix
2022-03-29 10:48:54 -06:00
Thibault Lemaire
e077596cd7
Fix typos in Working with Lights: The normal matrix
Noticed those while following the tutorial, didn't do a thorough check though, so there could be others.
2022-03-27 17:05:42 +02:00
Ben Hansen
b871a5070b modified build-wasm.sh to not run wasm-pack in "parallel" 2022-03-26 10:52:34 -06:00
sotrh
66096d6f81
Merge pull request #334 from sotrh/web2
Web2
2022-03-25 18:15:11 -06:00
Ben Hansen
ef6ec265d8 Merge branch 'master' into web2 2022-03-25 17:54:37 -06:00
Ben Hansen
1135fead3a updated intermediate tutorial docs and removing tutorial13 for maintenance 2022-03-25 17:26:42 -06:00
Ben Hansen
dbb24ac7ce migrated tutorial13 code 2022-03-25 15:02:24 -06:00
Ben Hansen
d3d7da293d fixed #288 and keyboard/mouse buttons not working on wasm 2022-03-25 13:51:50 -06:00
Ben Hansen
e8ce0e710d tutorial12-camera running in wasm (needs input fix) 2022-03-18 17:45:29 -06:00
sotrh
dce8b9181b
Merge pull request #331 from doodlewind/fix
fix typo
2022-03-18 13:17:14 -06:00
Yifeng Wang
cdf0b152b1 fix typo 2022-03-15 10:34:19 +08:00
Ben Hansen
0a28699d00 web examples working with vuepress 2022-03-13 17:42:28 -06:00
Ben Hansen
79ef88ca80 modified resources to use documents origin when making requests 2022-03-13 15:01:27 -06:00
sotrh
5ee3cf2dc2
Merge pull request #327 from roudy16/fix/normal-map-cardinality
enable right-handed normal maps
2022-03-07 11:06:26 -07:00
roudy16
2c4b3668cd address review comment 2022-03-06 18:51:37 +00:00
Ben Hansen
dad581dce9 normal tutorial working on wgpu master 2022-03-05 21:24:36 -07:00
roudy16
212da09b15 enable right-handed normal maps 2022-03-01 21:50:15 +00:00
dependabot[bot]
97215e6db4
Bump url-parse from 1.5.3 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 19:10:26 +00:00
sotrh
f9b6704cc4
Merge pull request #322 from rokonio/patch-4
Add missing half_dir
2022-02-26 11:57:17 -07:00
sotrh
5d115f7492
Merge pull request #321 from rokonio/patch-2
Correct an error in the normal map tutorial
2022-02-26 11:56:27 -07:00