MacUi.Application (mac_ui v0.1.0)

Copy Markdown View Source

Supervision tree for mac_ui.

Add this module to your own supervision tree to launch the engine (a GLFW window) and the event controller:

children = [
  MacUi.Application
]

Supervisor.start_link(children, strategy: :one_for_one)

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])