@@ -256,6 +256,37 @@ instead of imgui.
256
256
[ @aclysma ] : https://github.com/aclysma
257
257
[ @dvd ] : https://github.com/DavidVonDerau
258
258
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
+
259
290
## Popular Workgroup Issues in Github
260
291
261
292
<!-- Up to 10 links to interesting issues -->
0 commit comments