Commit Graph

548 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
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 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 4e129c563d got heightmap working with compute shaders 2 years ago
OisinA b987573e93 Replace main.rs with lib.rs 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 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
Ben Hansen bcb4282f1e fixes #362 2 years ago
Narcha e589b5d442
Remove incorrect .unwrap() 2 years ago
Yifeng Wang 48f4fc8d66
chore: remove badge 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
CarlyRaeJepsenStan b2f2bd334e
Update README.md 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 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 27fb79c4ab fixes #337 2 years ago
Ben Hansen 4d33b048c2 fixes #343 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
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.
2 years ago
Ben Hansen ef6ec265d8 Merge branch 'master' into web2 2 years ago