Skip to content

N15: rymd #353

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 3 commits into from
Nov 6, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
N15: rymd: Move section
  • Loading branch information
ozkriff committed Nov 6, 2020
commit 65115ccedbd34499691d894c28329677af402953
36 changes: 18 additions & 18 deletions content/posts/newsletter-015/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,24 @@ The development took around two weeks thanks to [macroquad] and [hecs].
[macroquad]: https://github.com/not-fl3/macroquad
[hecs]: https://crates.io/crates/hecs

### [rymd]

![rymd animated combat](rymd_2020_11_05.gif)

[rymd] by [@_profan] is a space shooter prototype made with [macroquad].
Intended as a test platform for trying out rust for prototyping games and
particularly for game AI programming purposes.

Development started at the end of October, recent additions include:

- Basic enemy AI behaviour mostly based on steering behaviours.
- Possibly the world's most nauseating physics driven camera.
- Too many particles.

[macroquad]: https://github.com/not-fl3/macroquad
[@_profan]: https://twitter.com/_profan
[rymd]: https://profan.itch.io/rymd

### [pGLOWrpg]

![walking through a forest](pglowrpg.gif)
Expand Down Expand Up @@ -345,24 +363,6 @@ Notable changes:
[canon-collision]:https://canoncollision.com
[@rukai]: https://twitter.com/thisIsRukai

### [rymd]

![rymd animated combat](rymd_2020_11_05.gif)

[rymd] by [@_profan] is a space shooter prototype made with [macroquad].
Intended as a test platform for trying out rust for prototyping games and
particularly for game AI programming purposes.

Development started at the end of October, recent additions include:

- Basic enemy AI behaviour mostly based on steering behaviours.
- Possibly the world's most nauseating physics driven camera.
- Too many particles.

[macroquad]: https://github.com/not-fl3/macroquad
[@_profan]: https://twitter.com/_profan
[rymd]: https://profan.itch.io/rymd

## Learning Material Updates

### How to: WGPU + Winit + ECS + Pixels
Expand Down