Crate mooeye

Source
Expand description

§Mooeye

A simple static UI library for the ggez game library.

Docs Status license Crates.io Crates.io

See the README and examples for instructions on how to use this library to

  • create UIs for your games or applications in the ggez game engige.
  • use the scene manager to handle multiple different gamestates and menu layers gracefully.
  • use sprites to animate objects in your UIs or in game.

Modules§

scene_manager
Contains a scene manager and the scene trait.
sprite
Contains a sprite struct that can be used to display animated images.
ui
Contains the main components for creating UIs.