bevy/CREDITS.md
François 3e8e6c5671 add an example using UI & states to create a game menu (#2960)
adds an example using UI for something more related to a game than the current UI examples.

Example with a game menu:
* new game - will display settings for 5 seconds before returning to menu
* preferences - can modify the settings, with two sub menus
* quit - will quit the game


I wanted a more complex UI example before starting the UI rewrite to have ground for comparison

Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2022-01-14 19:09:42 +00:00

862 B

Bevy Credits

Adapted Code

  • hecs
  • legion_transform
  • wgpu-rs examples
  • yaks: ArchetypeSet, borrowed some ideas from their scheduler implementation

Inspiration

  • game engines: amethyst, coffee
  • ecs: legion, shipyard, yaks

Assets