Skip to content

N22: Add Bevy Retro #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/022/bevy-retro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions content/news/022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Up to 10 links to interesting issues -->
Expand Down