Skip to content

Commit 04c04b8

Browse files
author
Micah Tigley
committed
Newsletter 13: Roguelike Amethyst talk + blog posts
1 parent d8a7963 commit 04c04b8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

content/posts/newsletter-013/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,33 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Learning Material Updates
6666

67+
### [Beginning Game Development with Amethyst][rustconf-talk-video]
68+
69+
[![youtube preview](rustconf-amethyst-talk.png)][rustconf-talk-video]
70+
71+
^Click to [watch the talk][rustconf-talk-video].
72+
73+
Getting started with Rust + gamedev can be intimidating. [Micah Tigley] talks
74+
about game development using the [Amethyst][amethyst-link] game engine and
75+
learning about ECS by implementing examples that aim to be accessible for
76+
beginners.
77+
78+
Supporting blog posts for talk:
79+
80+
- [Creating a Simple Spritesheet Animation with Amethyst][micah-blog-part1]
81+
- [Running Animation][micah-blog-part2]
82+
- [Camera Follow System][micah-blog-part3]
83+
84+
The source code for the [demo can be found here][micah-demo-src].
85+
86+
[Micah Tigley]: https://twitter.com/micah_tigley
87+
[rustconf-talk-video]: https://www.youtube.com/watch?v=GFi_EdS_s_c
88+
[micah-blog-part1]: https://mtigley.dev/posts/sprite-animations-with-amethyst
89+
[micah-blog-part2]: https://mtigley.dev/posts/running-animation
90+
[micah-blog-part3]: https://mtigley.dev/posts/camera-follow-system
91+
[micah-demo-src]: https://github.com/tigleym/sprite_animations_demo
92+
[amethyst-link]: https://amethyst.rs/
93+
6794
## Library & Tooling Updates
6895

6996
## Popular Workgroup Issues in Github
Loading

0 commit comments

Comments
 (0)