diff --git a/content/news/034/index.md b/content/news/034/index.md index b40894c42..ad4596de2 100644 --- a/content/news/034/index.md +++ b/content/news/034/index.md @@ -104,6 +104,29 @@ You can view that [here][room4doom_blog]. [flukejones_twitter]: https://twitter.com/flukejones [room4doom_blog]: https://ljones.dev/blog/room4doom-20220529/ +### [limbo_pass] + +![a ghost, stuck in limbo, on a mountain pass](limbo-pass.png) + +[limbo_pass] by [@shnewto] is a little 3D walking sim in Bevy that uses +scenes, meshes, and materials exported directly from Blender. + +Features include: + +- Blender assets exported to glTF +- Collision detection with [bevy_rapier3d] +- Looping audio with [bevy_kira_audio] + +For more info, see the [announcement post][limbo_pass_announce] and the +[gameplay video][limbo_pass_gameplay]. + +[limbo_pass_announce]: https://twitter.com/shnewto/status/1520897809968340992 +[limbo_pass_gameplay]: https://youtu.be/gxUesnuTBBI +[limbo_pass]: https://github.com/shnewto/limbo_pass +[@shnewto]: https://github.com/shnewto/ +[bevy_rapier3d]: https://github.com/dimforge/bevy_rapier +[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio + ## Engine Updates ## Learning Material Updates diff --git a/content/news/034/limbo-pass.png b/content/news/034/limbo-pass.png new file mode 100644 index 000000000..4a0b6f34d Binary files /dev/null and b/content/news/034/limbo-pass.png differ