Commit Graph

397 Commits

Author SHA1 Message Date
mckahz
a00d1aaf1a fixed typo
syntax error in wgsl code
2022-08-30 02:43:09 +10:00
mckahz
60fdfbdbe7 Revert "fixed typo"
This reverts commit 7179c4a613.
2022-08-30 02:42:13 +10:00
mckahz
7179c4a613 fixed typo
syntax error in wgsl code
2022-08-30 02:40:28 +10:00
Ben Hansen
d24553dec1 fixes #378 2022-07-22 10:14:40 -06:00
sotrh
ba28fa1ee9
Merge pull request #379 from archsolar/text-correction
Small text correction docs.
2022-07-22 09:59:12 -06:00
loui
777bf0f0bd
Fixing broken link to pipeline section 2022-07-22 13:25:49 +10:00
archsolar
67682a2b24
Small text correction docs.
love you
2022-07-15 22:06:36 +02:00
Ben Hansen
56c917c749 correcting code in tutorial3 and tutorial2 2022-07-02 14:14:53 -06:00
Ben Hansen
3e7d0a5bea updating PresentMode details and adding warning to pong 2022-07-02 12:24:57 -06:00
Ben Hansen
a2a1d69133 migrated to 0.13 2022-07-01 17:00:19 -06:00
Ajacmac
bbe3d24f70 added wasm-bindgen-futures dependency to tutorial 1 to match code example. wasm-pack won't build without it 2022-06-21 15:06:43 -03:00
sotrh
884714875c
Merge pull request #366 from liningpan/master
fix: typo in write_texture
2022-06-04 10:59:37 -06:00
sotrh
ae7c6b4d91
Merge pull request #368 from 7tsvn/master
Clarified some of the steps in tutorial1-window
2022-06-04 10:54:59 -06:00
sotrh
35297142d0
Merge pull request #369 from Narcha/patch-1
Grammar fixes
2022-06-04 10:52:09 -06:00
Narcha
94e6c383e0
Fixed missing pub in ModelVertex struct 2022-06-04 16:11:25 +02:00
Narcha
ad934b6199
Grammar fixes 2022-05-30 00:57:28 +02:00
7tsvn
38f6cd6081
updated formatting 2022-05-29 21:17:41 +01:00
7tsvn
55b9cba6ae
Update README.md 2022-05-29 21:17:13 +01:00
7tsvn
d444bc7df6 Cleared up some things in tutorial1 2022-05-29 21:14:41 +01:00
Lining Pan
6b2647cacb
fix: typo in write_texture
missing reference
2022-05-28 18:37:07 -04:00
Narcha
e589b5d442
Remove incorrect .unwrap() 2022-05-28 16:17:54 +02:00
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
2022-05-14 12:44:34 -06:00
sotrh
3a8b832c89
Merge pull request #351 from ikopysov/patch-1
Removed "pollster" from tutorial1-window readme.
2022-05-14 12:43:05 -06:00
CarlyRaeJepsenStan
b2f2bd334e
Update README.md 2022-05-11 13:24:52 -07:00
disdamoe
c736467db4 suggested changes 2022-05-06 23:37:28 +03: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
disdamoe
03e905cc4d Fixed accidental indentation change 2022-04-17 21:08:44 +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
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
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
Ben Hansen
ef6ec265d8 Merge branch 'master' into web2 2022-03-25 17:54:37 -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
c269f46a0e testing some things 2022-02-19 11:21:54 -07:00
Ben Hansen
b8b8444030 fixing some readme files and migrating the lighting code 2022-02-18 14:22:14 -07:00
Ben Hansen
6324e485f1 tutorials 1-9 now work with wasm 2022-02-18 13:36:21 -07:00
Rokonio
2b9e09d19d
Fix a typo 2022-02-15 23:36:54 +01:00
sotrh
eed8f014c2
Merge pull request #309 from jeffawang/remove-block-note
tut6: remove sentence about block decorator
2022-02-03 16:44:07 -07:00
Marian Cichy
f17d27dabd docs: surface: change frame.view to view
`frame.view` does not exist in the whole tutorial and is probably a remant
from older versions. The text is actually referring to `view`
2022-02-02 15:53:06 +01:00
Jeff Wang
ed632adec8 tut6: remove sentence about block decorator 2022-01-31 19:46:28 -08:00
Ben Hansen
3492bb703f working on tutorial9 2022-01-25 19:54:21 -07:00
Ben Hansen
16d82909e3 adjusted indent on tutorial2 2022-01-25 19:54:21 -07:00
Ben Hansen
2bb9be1660 tutorials 2-8 now have working web examples 2022-01-25 19:54:21 -07:00