Ben Hansen
a2a1d69133
migrated to 0.13
2022-07-01 17:00:19 -06:00
Ben Hansen
0fa9eb1e6f
started fragment shader terrain version
2022-07-01 13:15:05 -06:00
Ben Hansen
844a1d1287
started write up for terrain tutorial
2022-06-25 14:32:24 -06:00
Ben Hansen
d2bc2134dc
added lighting to terrain
2022-06-24 14:35:44 -06:00
sotrh
f6c701633f
Merge pull request #373 from OisinA/master
...
Replace main.rs with lib.rs in intermediate tutorials
2022-06-24 13:25:12 -06:00
sotrh
7284620506
Merge pull request #374 from Ajacmac/master
...
added wasm-bindgen-futures dependency to tutorial 1 to match code exa…
2022-06-24 13:24:42 -06:00
Ben Hansen
b959515bac
removed threading tutorial from build-wasm.sh
2022-06-24 13:24:31 -06:00
Ben Hansen
f7da79e4c6
fixed noise generation
2022-06-24 12:41:25 -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
Ben Hansen
1dcc60ccfb
Merge branch 'master' of github.com:sotrh/learn-wgpu
2022-06-20 10:25:26 -06:00
Ben Hansen
4e129c563d
got heightmap working with compute shaders
2022-06-20 10:10:01 -06:00
OisinA
b987573e93
Replace main.rs with lib.rs
2022-06-17 16:08:33 +01:00
sotrh
b6c0b4fd2b
Merge pull request #372 from Narcha/master
...
Removed redundant quaternion multiplication implementation
2022-06-07 09:54:49 -06:00
Narcha
60b55d6cea
Removed redundant quaternion multiplication implementation
2022-06-07 15:03:09 +02:00
sotrh
fbc6591644
Merge pull request #354 from doodlewind/patch-1
...
Add Chinese translation
2022-06-04 11:07:53 -06: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
57f96b0f09
Merge pull request #370 from sotrh/dependabot/npm_and_yarn/eventsource-1.1.1
...
Bump eventsource from 1.1.0 to 1.1.1
2022-06-04 10:52:23 -06:00
sotrh
35297142d0
Merge pull request #369 from Narcha/patch-1
...
Grammar fixes
2022-06-04 10:52:09 -06:00
sotrh
bca1bc0576
Merge pull request #371 from Narcha/patch-2
...
Fixed missing `pub` in ModelVertex struct
2022-06-04 10:51:02 -06:00
Narcha
94e6c383e0
Fixed missing pub
in ModelVertex struct
2022-06-04 16:11:25 +02:00
dependabot[bot]
69b3803dfe
Bump eventsource from 1.1.0 to 1.1.1
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 23:01:45 +00: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
Ben Hansen
bcb4282f1e
fixes #362
2022-05-28 15:02:26 -06:00
sotrh
44f0978b10
Merge pull request #365 from Narcha/patch-2
...
Remove incorrect .unwrap()
2022-05-28 13:56:19 -06:00
Narcha
e589b5d442
Remove incorrect .unwrap()
2022-05-28 16:17:54 +02:00
Yifeng Wang
48f4fc8d66
chore: remove badge
2022-05-17 17:42:39 +08:00
sotrh
9c6556757a
Merge pull request #353 from sotrh/dependabot/npm_and_yarn/async-2.6.4
...
Bump async from 2.6.3 to 2.6.4
2022-05-14 12:48:46 -06:00
sotrh
718123dede
Merge pull request #355 from lidongjies/fix/showcase-windowless
...
Fix windowless showcase
2022-05-14 12:44:50 -06: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
sotrh
df9fffcda4
Merge pull request #359 from coelhucas/patch-1
...
fix: point code snippet to right file name
2022-05-14 12:41:58 -06:00
sotrh
849eebbf0a
Merge pull request #360 from CarlyRaeJepsenStan/master
...
Beginner - The Surface shows lib.rs but is labeled main.rs
2022-05-14 12:41:38 -06:00
dependabot[bot]
fb06f6b8da
Bump async from 2.6.3 to 2.6.4
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-14 17:53:11 +00:00
sotrh
e12f5f129d
Merge pull request #361 from anthony81799/patch-1
...
Update Cargo.toml
2022-05-14 11:52:45 -06:00
Ben Hansen
19dfb6fdcc
fixes #348
2022-05-14 11:50:19 -06:00
sotrh
1d12607359
Merge pull request #357 from yutannihilation/update-wgpu-gecko-branch
...
Update Cargo.lock for wgpu gecko branch
2022-05-14 11:49:31 -06:00
Anthony Mason
6ae2e7e080
Update Cargo.toml
...
Add the wasm-bindgen-futures dependency. Without this the wasm-pack build command fails.
2022-05-11 22:57:48 -04:00
CarlyRaeJepsenStan
b2f2bd334e
Update README.md
2022-05-11 13:24:52 -07:00
Lucas Coelho
59d8ae60a4
fix: point code snippet to right file name
2022-05-10 20:28:09 -03:00
Hiroaki Yutani
6c122b81c8
Update Cargo.lock for wgpu gecko branch
2022-05-07 18:47:31 +09:00
disdamoe
cbf7f4e1a6
suggested changes
2022-05-06 23:38:36 +03:00
disdamoe
c736467db4
suggested changes
2022-05-06 23:37:28 +03:00
lidongjies
1d2d7d5783
Fix windowless showcase
2022-05-01 07:31:55 +08:00
Yifeng Wang
6138bf7efa
add Chinese translation and badge
2022-04-30 22:59:37 +08: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