Skip to content

Commit 55b1c94

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

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

content/posts/newsletter-013/index.md

+29
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,35 @@ 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. At
74+
[RustConf 2020][rust-conf-2020], [Micah Tigley] gave a talk about their experience
75+
beginning game development using the [Amethyst][amethyst-link] game engine and
76+
learning about ECS by implementing examples that aim to be accessible for
77+
beginners.
78+
79+
Supporting blog posts for talk:
80+
81+
- [Creating a Simple Spritesheet Animation with Amethyst][micah-blog-part1]
82+
- [Running Animation][micah-blog-part2]
83+
- [Camera Follow System][micah-blog-part3]
84+
85+
The source code for the [demo can be found here][micah-demo-src].
86+
87+
[Micah Tigley]: https://twitter.com/micah_tigley
88+
[rustconf-talk-video]: https://www.youtube.com/watch?v=GFi_EdS_s_c
89+
[micah-blog-part1]: https://mtigley.dev/posts/sprite-animations-with-amethyst
90+
[micah-blog-part2]: https://mtigley.dev/posts/running-animation
91+
[micah-blog-part3]: https://mtigley.dev/posts/camera-follow-system
92+
[micah-demo-src]: https://github.com/tigleym/sprite_animations_demo
93+
[amethyst-link]: https://amethyst.rs/
94+
[rust-conf-2020]: https://rustconf.com
95+
6796
## Library & Tooling Updates
6897

6998
## Popular Workgroup Issues in Github
Loading

0 commit comments

Comments
 (0)