Commit Graph

324 Commits (d24553dec14b2a8299a3dbf9cf9d1c1d35af3879)

Author SHA1 Message Date
Ben Hansen d24553dec1 fixes #378 2 years ago
Ben Hansen 929ee5e1d3 working on fragment shader mesh generation 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
Ben Hansen d2bc2134dc added lighting to terrain 2 years ago
Ben Hansen f7da79e4c6 fixed noise generation 2 years ago
Ben Hansen 1dcc60ccfb Merge branch 'master' of github.com:sotrh/learn-wgpu 2 years ago
Ben Hansen 4e129c563d got heightmap working with compute shaders 2 years ago
Narcha 60b55d6cea Removed redundant quaternion multiplication implementation 2 years ago
Ben Hansen bcb4282f1e fixes #362 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
Anthony Mason 6ae2e7e080
Update Cargo.toml
Add the wasm-bindgen-futures dependency.  Without this the wasm-pack build command fails.
2 years ago
lidongjies 1d2d7d5783 Fix windowless showcase 2 years ago
disdamoe eca31a5ed5 typo 3 years ago
sotrh d99a4f7d15
Merge pull request #346 from kneasle/indentation-fixes
Fix indentation
3 years ago
Ben Hansen 8a6a422059 fixes #306 3 years ago
Ben Hansen 93712de4e7 fixes #307 3 years ago
Ben Hansen dad9e9d675 fixes #328 3 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`).
3 years ago
Ben Hansen ef6ec265d8 Merge branch 'master' into web2 3 years ago
Ben Hansen 1135fead3a updated intermediate tutorial docs and removing tutorial13 for maintenance 3 years ago
Ben Hansen dbb24ac7ce migrated tutorial13 code 3 years ago
Ben Hansen d3d7da293d fixed #288 and keyboard/mouse buttons not working on wasm 3 years ago
Ben Hansen e8ce0e710d tutorial12-camera running in wasm (needs input fix) 3 years ago
Ben Hansen 0a28699d00 web examples working with vuepress 3 years ago
Ben Hansen 79ef88ca80 modified resources to use documents origin when making requests 3 years ago
roudy16 2c4b3668cd address review comment 3 years ago
Ben Hansen dad581dce9 normal tutorial working on wgpu master 3 years ago
roudy16 212da09b15 enable right-handed normal maps 3 years ago
Ben Hansen bd8172d0a2 removed shaderc from gifs 3 years ago
Ben Hansen a9c8bf650f more-testing 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
Ben Hansen 82d50cba6c finally migrated tutorial9 code 3 years ago
Ben Hansen 9811c4037e troubleshooting wasm failure 3 years ago
Ben Hansen 05767326d9 tutorial 9 working on desktop 3 years ago
Ben Hansen 3492bb703f working on tutorial9 3 years ago
Ben Hansen cbce0a546e experimenting with loader on tutorial9 3 years ago
Ben Hansen 2bb9be1660 tutorials 2-8 now have working web examples 3 years ago
Ben Hansen a6f6a492e7 tutorial1 now has a web example 3 years ago
Ben Hansen 59f0ec16f0 migrated tutorial to use lib.r 3 years ago
sotrh 4b837c08de
Merge pull request #304 from yutannihilation/remove-padding-indices
Remove a padding in INDICES
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
Hiroaki Yutani 72446bc9ee Remove is_{up,down}_pressed 3 years ago
rhysd 853d44e257 remove unused constant `NUM_INSTANCES` 3 years ago
TonalidadeHidrica 0b9840e1ec Fix typo: w -> we 3 years ago