@@ -167,6 +167,7 @@ _Discussions: [StarWolves.io Bulletin Board]_
167
167
[ StarWolves.io Bulletin Board ] : https://starwolves.io
168
168
[ Star Wolves ] : https://starwolves.io
169
169
[ development journal ] : https://starwolves.io/showthread.php?tid=1
170
+ [ Bevy ] : https://bevyengine.org/
170
171
[ Space Frontiers ] : https://github.com/starwolves/space
171
172
[ GitHub ] : https://github.com/starwolves/space
172
173
[ open-source ] : https://github.com/starwolves/space
@@ -332,21 +333,20 @@ commands
332
333
[ Bevy Sequential Actions ] : https://crates.io/crates/bevy-sequential-actions
333
334
[ seq-actions-gh ] : https://github.com/hikikones/bevy-sequential-actions
334
335
[ seq-actions-docs ] : https://docs.rs/bevy-sequential-actions
336
+ [ bevy ] : https://bevyengine.org
335
337
336
- ### [ Bevy Quickmenu]
338
+ ### [ Bevy Quickmenu] [ bevy_quickmenu_crates ]
337
339
338
340
![ Bevy Quickmenu simple menu demo] ( bevy_quickmenu.gif )
339
341
340
- bevy_quickmenu ([ crates.io] ( https://crates.io/crates/bevy_quickmenu ) ,
341
- [ docs.rs] ( https://docs.rs/bevy_quickmenu ) ,
342
- [ GitHub] ( https://github.com/terhechte/bevy_quickmenu ) )
343
- allows quickly creating nested game menus that can be navigated with
344
- keyboard, gamepad or mouse.
342
+ bevy_quickmenu ([ crates.io] [ bevy_quickmenu_crates ] ,
343
+ [ docs.rs] [ bevy_quickmenu_docs ] , [ GitHub] [ bevy_quickmenu_github ] ) allows quickly
344
+ creating nested game menus that can be navigated with keyboard, gamepad or
345
+ mouse.
345
346
346
- Bevy Quickmenu builds on BevyUI and allows defining nested menu structures in
347
- a super simple way. Its also very extensible and customisable.
348
- If you game needs menus and you would like to support multiple input methods,
349
- give it a try.
347
+ Bevy Quickmenu builds on BevyUI and allows defining nested menu structures in a
348
+ super simple way. Its also very extensible and customisable. If you game needs
349
+ menus and you would like to support multiple input methods, give it a try.
350
350
351
351
For example, a simple vertical menu can be defined like this:
352
352
@@ -367,17 +367,20 @@ fn root_menu(state: &CustomState) -> Menu<Actions, Screens, CustomState> {
367
367
}
368
368
```
369
369
370
- For a more involved example, check out [ this definition of a settings
371
- screen with control device selection and a sound
372
- menu.] ( https://github.com/terhechte/bevy_quickmenu/blob/main/examples/settings.rs )
373
-
374
- [ Version ` 0.1.5 ` ]
375
- (< https://github.com/terhechte/bevy_quickmenu/releases/tag/0.1.5 > )
376
- was just released which simplifies generics and makes
377
- it easier to create dynamic menus.
370
+ For a more involved example, check out [ this definition of a settings screen
371
+ with control device selection and a sound menu] [ bevy_quickmenu_settings ] .
372
+ [ Version ` 0.1.5 ` ] [ bevy_quickmenu_0.1.5 ] was just released which simplifies
373
+ generics and makes it easier to create dynamic menus.
378
374
379
375
_ Discussion:
380
- [ /r/rust_gamedev] ( https://www.reddit.com/r/bevy/comments/yyl73c/new_plugin_bevy_quickmenu_quickly_create_nested )
376
+ [ /r/rust_gamedev] [ bevy_quickmenu_reddit ] _
377
+
378
+ [ bevy_quickmenu_crates ] : https://crates.io/crates/bevy_quickmenu
379
+ [ bevy_quickmenu_docs ] : https://docs.rs/bevy_quickmenu
380
+ [ bevy_quickmenu_github ] : https://github.com/terhechte/bevy_quickmenu
381
+ [ bevy_quickmenu_settings ] : https://github.com/terhechte/bevy_quickmenu/blob/main/examples/settings.rs
382
+ [ bevy_quickmenu_0.1.5 ] : https://github.com/terhechte/bevy_quickmenu/releases/tag/0.1.5
383
+ [ bevy_quickmenu_reddit ] : https://www.reddit.com/r/bevy/comments/yyl73c/new_plugin_bevy_quickmenu_quickly_create_nested
381
384
382
385
## Popular Workgroup Issues in Github
383
386
0 commit comments