bevy_quickmenu

A simple-to-use menu system for Bevy which supports gamepad, keyboard or mouse navigation

MIT License

Downloads
3.6K
Stars
28
Committers
3
bevy_quickmenu - Latest Release

Published by terhechte almost 2 years ago

Thanks to PhaestusFox for contributing two PRs that improve and simplify bevy_quickmenu.

  1. This one removes unnecessary generics/
  2. This one removed the requirement for WidgetId to be &static str. Instead, it is a Cow<'static, str> with a u64 hash now. This allows having dynamic WidgetIds for more complex screens.
bevy_quickmenu - Version 0.1.1

Published by terhechte almost 2 years ago

Limited the bevy features to only what's needed for quickmenu

bevy_quickmenu - Initial Release

Published by terhechte almost 2 years ago

Package Rankings
Top 28.39% on Crates.io
Badges
Extracted from project README
License: MIT Doc Crate