diff --git a/content/news/022/bevy-retro.gif b/content/news/022/bevy-retro.gif new file mode 100644 index 000000000..11ad32a30 Binary files /dev/null and b/content/news/022/bevy-retro.gif differ diff --git a/content/news/022/index.md b/content/news/022/index.md index 98e3fe4ef..7e31e378b 100644 --- a/content/news/022/index.md +++ b/content/news/022/index.md @@ -256,6 +256,37 @@ instead of imgui. [@aclysma]: https://github.com/aclysma [@dvd]: https://github.com/DavidVonDerau +### [Bevy Retro][bevy_retro] + +![ui-example](bevy-retro.gif) +_Bevy Retro UI example_ + +[Bevy Retro][bevy_retro] is a [Bevy] plugin designed for making pixel-perfect +games as easily as possible. + +This project was released under the [Katharos License][katharos_license]. This +license has moral and ethical implications that you may or may not agree with, +so please read it before making use of this project. + +In the last two months Bevy Retro has gained a few new features, the biggest of +which being an integration with the [RAUI] UI library ( also featured in this +newsletter ), allowing you to design fully-fledged user interface for Bevy Retro +games. Additional features added were: + +- A simple sound playing API +- Text rendering for the BDF font format +- Custom render hook support allowing you to use raw [Luminance] API calls to render + anything you want into the low-resolution framebuffer + +You can ask questions or give feedback for Bevy Retro +[on GitHub](https://github.com/katharostech/bevy_retro/discussions). + +[bevy_retro]: https://github.com/katharostech/bevy_retro +[Bevy]: https://bevyengine.org +[katharos_license]: https://github.com/katharostech/katharos-license +[Luminance]: https://github.com/phaazon/luminance-rs +[RAUI]: https://raui-labs.github.io/raui/ + ## Popular Workgroup Issues in Github