@@ -102,6 +102,35 @@ work with graphics in Rust using [SDL2][sdl2] library.
102
102
[ @bugzmanov ] : https://twitter.com/bugzmanov
103
103
[ sdl2 ] :https://www.libsdl.org/
104
104
105
+ ### [ Beginning Game Development with Amethyst] [ rustconf-talk-video ]
106
+
107
+ [ ![ youtube preview] ( rustconf-amethyst-talk.png )] [ rustconf-talk-video ]
108
+
109
+ ^ _ Click to [ watch the talk] [ rustconf-talk-video ] ._
110
+
111
+ Getting started with Rust + gamedev can be intimidating. At
112
+ [ RustConf 2020] [ rust-conf-2020 ] , [ Micah Tigley] gave a talk about their experience
113
+ beginning game development using the [ Amethyst] [ amethyst-link ] game engine and
114
+ learning about ECS by implementing examples that aim to be accessible for
115
+ beginners.
116
+
117
+ Supporting blog posts for talk:
118
+
119
+ - [ Creating a Simple Spritesheet Animation with Amethyst] [ micah-blog-part1 ]
120
+ - [ Running Animation] [ micah-blog-part2 ]
121
+ - [ Camera Follow System] [ micah-blog-part3 ]
122
+
123
+ The source code for the [ demo can be found here] [ micah-demo-src ] .
124
+
125
+ [ Micah Tigley ] : https://twitter.com/micah_tigley
126
+ [ rustconf-talk-video ] : https://www.youtube.com/watch?v=GFi_EdS_s_c
127
+ [ micah-blog-part1 ] : https://mtigley.dev/posts/sprite-animations-with-amethyst
128
+ [ micah-blog-part2 ] : https://mtigley.dev/posts/running-animation
129
+ [ micah-blog-part3 ] : https://mtigley.dev/posts/camera-follow-system
130
+ [ micah-demo-src ] : https://github.com/tigleym/sprite_animations_demo
131
+ [ amethyst-link ] : https://amethyst.rs/
132
+ [ rust-conf-2020 ] : https://rustconf.com
133
+
105
134
### [ Chargrid Roguelike Tutorial 2020] [ chargrid-roguelike-tutorial-2020 ]
106
135
107
136
![ Chargrid Roguelike Tutorial 2020] ( chargrid-roguelike-tutorial-2020.png )
0 commit comments