Commit Graph

387 Commits (0fa9eb1e6fe75881270be2c909afa214cfabec07)

Author SHA1 Message Date
Ajacmac bbe3d24f70 added wasm-bindgen-futures dependency to tutorial 1 to match code example. wasm-pack won't build without it 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 35297142d0
Merge pull request #369 from Narcha/patch-1
Grammar fixes
2 years ago
Narcha 94e6c383e0
Fixed missing `pub` in ModelVertex struct 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
Narcha e589b5d442
Remove incorrect .unwrap() 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
CarlyRaeJepsenStan b2f2bd334e
Update README.md 2 years ago
disdamoe c736467db4 suggested changes 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
disdamoe 03e905cc4d Fixed accidental indentation change 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 0cb0b273c3 fixes #345 2 years ago
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`).
2 years ago
sotrh b037cb7bc8
Merge pull request #340 from 8picoz/feature/tobj_version
fix tobj version
2 years ago
Ben Hansen 1b0ce54080 fixes #330 2 years ago
Ben Hansen 3541cdb76b fixes #333 2 years ago
tata e100c4052c fix tobj version 2 years ago
Ben Hansen ef6ec265d8 Merge branch 'master' into web2 2 years ago
Yifeng Wang cdf0b152b1 fix typo 3 years ago
Ben Hansen 0a28699d00 web examples working with vuepress 3 years ago
Ben Hansen c269f46a0e testing some things 3 years ago
Ben Hansen b8b8444030 fixing some readme files and migrating the lighting code 3 years ago
Ben Hansen 6324e485f1 tutorials 1-9 now work with wasm 3 years ago
Rokonio 2b9e09d19d
Fix a typo 3 years ago
sotrh eed8f014c2
Merge pull request #309 from jeffawang/remove-block-note
tut6: remove sentence about block decorator
3 years ago
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`
3 years ago
Jeff Wang ed632adec8 tut6: remove sentence about block decorator 3 years ago
Ben Hansen 3492bb703f working on tutorial9 3 years ago
Ben Hansen 16d82909e3 adjusted indent on tutorial2 3 years ago
Ben Hansen 2bb9be1660 tutorials 2-8 now have working web examples 3 years ago
Ben Hansen 1e5a88fbee fixes #289 3 years ago
Ben Hansen a6f6a492e7 tutorial1 now has a web example 3 years ago
sotrh 2ee7e082fa
Merge pull request #305 from yutannihilation/doc/const-vertex_attr_array
Add one more advice about vertex_attr_array! macro
3 years ago
sotrh ed202350b6
Added code example directly
I added this in case the link breaks.
3 years ago
sotrh 4b837c08de
Merge pull request #304 from yutannihilation/remove-padding-indices
Remove a padding in INDICES
3 years ago
Hiroaki Yutani 4368358033 Add one more advice about vertex_attr_array! macro 3 years ago
Hiroaki Yutani c06e1365cb Tweak description 3 years ago
Hiroaki Yutani 8c6c491b11 Remove padding in INDICES 3 years ago
sotrh 46e8e882d4
Merge pull request #302 from yutannihilation/remove-is-updown-pressed
Remove is_{up,down}_pressed
3 years ago
sotrh 3665859639
Merge pull request #301 from rhysd/fix-tutorial-7
Remove unused constant `NUM_INSTANCES`
3 years ago