Skip to content

N36: Creating mountains and what's in a shader #1108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 7, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions content/news/036/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,36 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Learning Material Updates

### [Creating mountains from planes with vertex shaders and Bevy]

![vertex shaders example](creating-mountains-from-planes-with-vertex-shaders-and-bevy.png)
_Creating mountains from planes with vertex shaders and Bevy_

[@chrisbiscardi] published a
[video][Creating mountains from planes with vertex shaders and Bevy]
about using the new Material shader APIs in Bevy 0.8 to transform the
vertex positions in a custom mesh plane using a vertex shader.

_Discussions: [Twitter](https://twitter.com/chrisbiscardi/status/1549089599971938304)_

[Creating mountains from planes with vertex shaders and Bevy]: https://youtube.com/watch?v=85uJc81SQZ4
[@chrisbiscardi]: https://twitter.com/chrisbiscardi

### [What's in a wgsl fragment shader? ft Bevy]

![vertex shaders example](creating-mountains-from-planes-with-vertex-shaders-and-bevy.png)
_What's in a wgsl fragment shader? ft Bevy_

[@chrisbiscardi] published a [video][What's in a wgsl fragment shader? ft Bevy]
that introduces the new Material APIs in Bevy 0.8. It covers AsBindGroup,
uniforms, and using Perlin Noise in a fragment shader to render different
colors onto a cube in a variety of ways.

_Discussions: [Twitter](https://twitter.com/chrisbiscardi/status/1546909993726726144)_

[What's in a wgsl fragment shader? ft Bevy]: https://youtube.com/watch?v=SOOOc9-joVo
[@chrisbiscardi]: https://twitter.com/chrisbiscardi

## Tooling Updates

### [Blackjack]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.