Crate mooeye

source ·
Expand description

Mooeye

A simple static UI library for the ggez game library. WORK IN PROGRESS.

Re-exports

Modules

  • Contains basic UI contents such as text and images. There is nothing actually here, because the basic elements Text, Image and Empty are created by simply implementing UiContent on ggez’s Text and Image as well as the basic ().
  • Contains UI contents that contain other UI elements, such as vertical boxes and stack boxes.
  • Contains a scene manager and the scene trait.
  • Contains a sprite struct that can be used to display animated images.
  • Contains the main UI element struct as well as related structures such as content, transitions, UI draw parameters etc..