Commit Graph

426 Commits

Author SHA1 Message Date
sotrh
d8a861b515
Merge branch 'master' into cgmath-0.18 2021-04-18 19:36:12 -06:00
sotrh
c5c3e907c7
Merge pull request #163 from segalll/master
Fix typos in beginner window tutorial
2021-04-18 19:33:45 -06:00
sotrh
ce648b91e7
Merge pull request #164 from yutannihilation/winit-0.24
Update winit to 0.24 and wgpu to 0.7.1
2021-04-18 19:33:19 -06:00
Hiroaki Yutani
24f565ee58 Update winit to 0.24 2021-04-16 00:28:55 +09:00
Hiroaki Yutani
044871db65 Update wgpu to 0.7.1 2021-04-15 23:47:56 +09:00
Henry Segal
18dff8f171
Fix typos 2021-04-14 20:56:28 -05:00
Hiroaki Yutani
1bb374c89e docs 2021-04-11 17:09:10 +09:00
Hiroaki Yutani
ecf8076b75 showcase 2021-04-11 17:09:00 +09:00
Hiroaki Yutani
58ff4bb438 tutorial13 2021-04-11 17:01:07 +09:00
Hiroaki Yutani
e26605ebb7 tutorial12 2021-04-11 16:59:05 +09:00
Hiroaki Yutani
a81a844bd6 tutorial11 2021-04-11 16:56:01 +09:00
Hiroaki Yutani
316f191cf7 tutorial10 2021-04-11 16:54:50 +09:00
Hiroaki Yutani
9c07ba5388 tutorial9 2021-04-11 16:52:38 +09:00
Hiroaki Yutani
3bf2c0f9ed tutorial8 2021-04-11 16:48:54 +09:00
Hiroaki Yutani
156a61b459 tutorial7 2021-04-11 16:46:59 +09:00
Hiroaki Yutani
6b5d3eee87 tutorial6 2021-04-11 16:45:02 +09:00
Hiroaki Yutani
7293547212 Bump cgmath version 2021-04-11 16:38:53 +09:00
sotrh
ce1b38e4cf
Merge pull request #154 from sotrh/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-04-09 13:00:04 -06:00
sotrh
e1e91bb8a4
Merge pull request #155 from sergmister/patch-1
Fix typo
2021-04-09 12:59:20 -06:00
Sergii Penner
597c37b8b1
Fix typo
Fixed typo 'upc close' -> 'up close'.
2021-04-02 20:10:18 -06:00
dependabot[bot]
82cd624a62
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 03:33:31 +00:00
sotrh
674312d3b2
Merge pull request #147 from yutannihilation/tutorial1-use
use winit:🪟:Window
2021-03-29 09:02:09 -06:00
sotrh
d5ab40ade1
Merge pull request #151 from vigdail/patch-1
Tutorial 9. Texture::load() return type fix
2021-03-29 09:00:36 -06:00
sotrh
220366adcc
Merge pull request #152 from pop/edits/misc-typos
Misc typo and code fixes.
2021-03-29 08:59:30 -06:00
sotrh
fd91063fdc
Merge pull request #153 from Systemcluster/patch-1
Rename OUTPUT_ATTACHMENT to RENDER_ATTACHMENT in description
2021-03-28 11:08:05 -06:00
Chris
0926c253e5
Rename OUTPUT_ATTACHMENT to RENDER_ATTACHMENT 2021-03-27 11:59:08 +01:00
Elijah C. Voigt
bcc79b5e41 Misc typo and code fixes.
009: impl Vertex for ModelVertex was using the vertex_attr_array! macro.
009: RenderPipelineDescriptor has a `vertex` member not  `vertex_state`.
009: to_rgba() should be to_rgba8(), to_rgba is set to be deprecated.

010: BindGroupDescriptor has a `entries` member not `bindings`.
010: Remove re-declaration of mat4 model_matrix;
010: Prefer hard-coded [#.#; #] instead of `Foo::fn().into()`.
010: Clarify which shader frag/vert file changes are in.

011: Change Model::load return type to Result<Self>.
011: TextureDescriptor does not have a array_layer_count member.

012: Add .into() to calls in Uniforms::update_view_proj().
012: Dereference delta variable in State::input().

013: Add more changed lines to Model::load to avoid compiler yelling.
2021-03-26 09:46:37 -07:00
vigdail
9f254cc794
Tutorial 9. Texture::load() return type fix 2021-03-24 16:07:31 +00:00
Hiroaki Yutani
f0f1ec0e12 Fix module path 2021-03-22 08:19:24 +09:00
Hiroaki Yutani
e5bea6e29f Move comment 2021-03-22 08:17:21 +09:00
sotrh
80ecaade61
Merge pull request #146 from yutannihilation/doc/link-to-github
Add a link to GitHub repo
2021-03-21 16:36:27 -06:00
sotrh
195945083b
Merge pull request #149 from yutannihilation/patch-7
Minor fixes on tutorial 6
2021-03-21 16:26:16 -06:00
sotrh
4193f6f35a
Merge pull request #150 from yutannihilation/tutorial5-ref
Remove & from set_vertex_buffer()
2021-03-21 16:25:41 -06:00
Hiroaki Yutani
b09302f23e Remove & from set_vertex_buffer() 2021-03-21 23:01:00 +09:00
Hiroaki Yutani
0da538190a
Minor fixes on tutorial 6 2021-03-21 19:06:48 +09:00
Hiroaki Yutani
a13c43f6b2 use winit::Window; 2021-03-20 22:45:14 +09:00
Hiroaki Yutani
79ecc1643b Add a link to GitHub repo 2021-03-20 22:35:03 +09:00
sotrh
bb66d9595c
Merge pull request #145 from dskart/patch-1
Fixed spelling mistake
2021-03-17 20:29:35 -06:00
Raphael Van Hoffelen
1699be127d
Fixed spelling mistake 2021-03-15 23:29:14 -04:00
Ben Hansen
37a7e12cea updated patron list 2021-03-10 20:36:23 -07:00
Ben Hansen
3e1f1a8a8a Merge branch '0.7' 2021-03-10 20:19:53 -07:00
Ben Hansen
e833a50c44 updated news md 2021-03-10 20:19:09 -07:00
sotrh
61d71bf6c0
Merge pull request #139 from sotrh/dependabot/npm_and_yarn/prismjs-1.23.0
Bump prismjs from 1.21.0 to 1.23.0
2021-03-10 10:42:29 -07:00
sotrh
885483c5d7
Merge pull request #144 from sotrh/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-03-10 10:42:09 -07:00
sotrh
812ea9a1ef
Merge pull request #143 from Lindenk/master
Fixed some spelling and grammar errors
2021-03-10 10:41:53 -07:00
dependabot[bot]
7abe66b325
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 20:55:16 +00:00
Linden Krouse
f6f6fa29c4
Fixed some spelling and grammar errors 2021-03-08 17:28:27 -05:00
sotrh
a86a0cc7dc
Merge pull request #138 from dakizu/patch-1
Fix a broken link
2021-03-03 10:21:47 -07:00
sotrh
74d5e3bf44
Merge pull request #140 from sotrh/0.7
0.7
2021-03-03 10:20:03 -07:00
Ben Hansen
4fa3ab7b6d migrated tutorial3 challenge 2021-03-03 02:12:42 -07:00