Module pixel_game_lib::gui

source ·
Expand description

Layout, draw and interact with gui widgets.

Requires the gui feature flag.

Modules§

Structs§

  • A GUI with a tree of widgets.
  • Construct a GUI from a tree of widgets defined by the layout.

Traits§

  • Allow calling function on widgets in a simple way.
  • Reference to a widget after it has been constructed.