Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ba3aaa

Browse filesBrowse files
zicklagAngelOnFira
andauthored
N22: Add Bevy Retro (rust-gamedev#652)
Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent 705d4b4 commit 4ba3aaa
Copy full SHA for 4ba3aaa

File tree

2 files changed

+31
-0
lines changed
Filter options

2 files changed

+31
-0
lines changed

‎content/news/022/bevy-retro.gif

Copy file name to clipboard
621 KB
Loading

‎content/news/022/index.md

Copy file name to clipboardExpand all lines: content/news/022/index.md
+31Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,37 @@ instead of imgui.
256256
[@aclysma]: https://github.com/aclysma
257257
[@dvd]: https://github.com/DavidVonDerau
258258

259+
### [Bevy Retro][bevy_retro]
260+
261+
![ui-example](bevy-retro.gif)
262+
_Bevy Retro UI example_
263+
264+
[Bevy Retro][bevy_retro] is a [Bevy] plugin designed for making pixel-perfect
265+
games as easily as possible.
266+
267+
This project was released under the [Katharos License][katharos_license]. This
268+
license has moral and ethical implications that you may or may not agree with,
269+
so please read it before making use of this project.
270+
271+
In the last two months Bevy Retro has gained a few new features, the biggest of
272+
which being an integration with the [RAUI] UI library ( also featured in this
273+
newsletter ), allowing you to design fully-fledged user interface for Bevy Retro
274+
games. Additional features added were:
275+
276+
- A simple sound playing API
277+
- Text rendering for the BDF font format
278+
- Custom render hook support allowing you to use raw [Luminance] API calls to render
279+
anything you want into the low-resolution framebuffer
280+
281+
You can ask questions or give feedback for Bevy Retro
282+
[on GitHub](https://github.com/katharostech/bevy_retro/discussions).
283+
284+
[bevy_retro]: https://github.com/katharostech/bevy_retro
285+
[Bevy]: https://bevyengine.org
286+
[katharos_license]: https://github.com/katharostech/katharos-license
287+
[Luminance]: https://github.com/phaazon/luminance-rs
288+
[RAUI]: https://raui-labs.github.io/raui/
289+
259290
## Popular Workgroup Issues in Github
260291

261292
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.