package
0.1.0
Repository: https://github.com/drakos74/oremi.git
Documentation: pkg.go.dev

# README

Graph

  • graph items can have attached controllers to trigger specific actions

# Packages

No description provided by the author

# Functions

NewCompoundElement creates a new compound element.
NewContainer creates a new scene.
NewDynamicElement creates a new dynamic element.

# Constants

No description provided by the author
No description provided by the author

# Variables

DrawFunction is a helper method to invoke the Draw method on an elements.
EventAction is a helper method to invoke the Event method on an elements.

# Structs

ActiveController is a dummy always 'active' controller.
Container represents a ui scene.
No description provided by the author
RawCompundElement is the base implementation for a compund element.
RawDynamicElement is the base implementation of a dynamic element.

# Interfaces

TODO : replace with items abstraction CompoundElement represents an element that can have children.
Control is an interface for a controller on the elements behavior.
DynamicElement represents an interactive UI element.

# Type aliases

Action defines an action to be applied to an Item.
No description provided by the author