Skip to content

N15: Project YAWC #346

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
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all 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
13 changes: 11 additions & 2 deletions content/posts/newsletter-015/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@ shops, character creation, and a few other features:
[Antorum Online]: https://ratwizard.dev/dev-log/antorum
[@dooskington]: https://twitter.com/dooskington

### Project YAWC

![An in-progress game of Project YAWC.](yawc.png)

Project YAWC is a turn-based strategy game in the style of Advance Wars in
development by junkmail. October saw the release of Alpha 3, including
dynamically generated info cards and minor networking changes. For inquiries or
if you are interested in playtesting, contact projectyawc(at)gmail.com.

### [Power Kick]

![Power Kick](power-kick-shot.png)
Expand Down Expand Up @@ -435,11 +444,11 @@ There were a lot of additions in this update and a small breaking change.

```rust
let v = vec4(1.0, 2.0, 3.0, 4.0);

// Reverse elements of `v`.
// If SIMD is supported this will use a vector shuffle.
let wzyx = v.wzyx();

let yzw = v.yzw(); // Swizzle the yzw elements of `v` into a `Vec3`
let xy = v.xy(); // You can swizzle from a `Vec4` to a `Vec2`
let yyxx = xy.yyxx(); // And back again
Expand Down
Binary file added content/posts/newsletter-015/yawc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.