Commit Graph

427 Commits (e0cd2b0a3992cf5d00e0b54756206e50430032d6)
 

Author SHA1 Message Date
Ben Hansen 4fa3ab7b6d migrated tutorial3 challenge 4 years ago
Ben Hansen 720666ae79 removed research folder from Cargo.toml 4 years ago
Ben Hansen 9d68020e87 removed research folder 4 years ago
Ben Hansen c121682bd3 migrated pong 4 years ago
Ben Hansen d56c73009b migrated compute showcase 4 years ago
dependabot[bot] 7e927aa99e
Bump prismjs from 1.21.0 to 1.23.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.21.0...v1.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
[redacted] 3bd1534016
Fix a broken link
Existing link wasn't pointing to normals page.
4 years ago
Ben Hansen 5029aa196d migrated gifs showcase 4 years ago
Ben Hansen fb73851e5d migrated imgui showcase 4 years ago
Ben Hansen 87d0a97404 migrated intermediate tutorial docs 4 years ago
Ben Hansen e3592e2809 migrated docs for tutorials 4-9 4 years ago
Ben Hansen e7318530d4 migrated docs for tutorials 1-3 and cargo fmt 4 years ago
Ben Hansen 361bee3c58 migrated windowless docs 4 years ago
Ben Hansen eff8418d37 cargo fmt 4 years ago
Ben Hansen 7094e5dd91 migrated windowless 4 years ago
Ben Hansen b4dd4654e4 intermediate tutorial code migrated 4 years ago
Ben Hansen 3901419a58 beginner tutorial code done 4 years ago
Ben Hansen 91879d405b code up to 7 migrated 4 years ago
Ben Hansen 47fd27669e migrated tutorials 1 and 2 4 years ago
sotrh c1b60c0d38
Merge pull request #136 from skyne98/patch-1
Fix a typo in the code example
4 years ago
Aleksey Halahan ad0515bdfb
Fix a type in the code example
Was missing the `slice` method
4 years ago
Ben Hansen 19c99e28d0 Merge branch 'master' of https://github.com/sotrh/learn-wgpu 4 years ago
Ben Hansen 1f9024691c shaderc 1.6 -> 0.7 4 years ago
sotrh 1fda21eb6a
Merge pull request #134 from fisherdarling/patch-1
Fixed small typo in beginner/tutorial8-depth
4 years ago
Fisher Darling 5547528cf0
Fixed small typo in beginner/tutorial8-depth 4 years ago
sotrh 6416357063
Merge pull request #133 from rmsc/master
Fix typo in beginner tutorial 4
4 years ago
Renato Caldas d44f216b14 Fix inconsistent position of the 'size' field in the beginner tutorials 4 years ago
Renato Caldas e61b939889 Remove stray field 'colour' from State 4 years ago
Renato Caldas 67635a5fad Fix typos in beginner tutorial 4 4 years ago
Ben Hansen a6883b59f9 Added patrons to the intro page 4 years ago
sotrh 7bde566bb9
Merge pull request #132 from paq/patch-1
Fix syntax error in tutorial 6
4 years ago
paq 6302a2372c
Fix syntax error in tutorial 6 4 years ago
sotrh 63af8ac3d5
Merge pull request #131 from DevJac/cargo-book-link
Link to Cargo Book for more info about build scripts
4 years ago
DevJac 468807e8a3 Link to Cargo Book for more info about build scripts 4 years ago
Ben Hansen 733683cf6f removed camera research 4 years ago
Ben Hansen 99fd6523d7 travis build failing 4 years ago
Ben Hansen 7b1ff3dd36 travis now installs libasound2-dev 4 years ago
Ben Hansen da7f57faf5 still debugging travis 4 years ago
Ben Hansen bebef5be3c debugging travis 4 years ago
Ben Hansen a6a1d929ae fixing .travis.yml 4 years ago
Ben Hansen 8e09f6de43 Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen 8608460977 fixed #129 4 years ago
sotrh 75bc5cdb77
Merge pull request #130 from sotrh/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
4 years ago
dependabot[bot] 907d50aaea
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
sotrh 2c331ea773
Merge pull request #128 from kanerogers/patch-7
Run all tasks asynchronously
4 years ago
Kane Rogers 344cecc1e4
Remove unnecessary comment 4 years ago
Kane Rogers 633a129403
Run all tasks asynchronously
This should run all the tasks at the same time. If there are any updates to be done, cargo *may* block, but beyond that everything else should work fine.

Shebang also added for Multiplatform support.
4 years ago
sotrh 12569be5de
Merge pull request #127 from sotrh/device-events
modified camera tutorial to use `DeviceEvent`
4 years ago
Ben Hansen c92d2a528e modified camera tutorial to use `DeviceEvent` 4 years ago
Ben Hansen dd93e19fbb added wgpu-subscriber to framework 4 years ago