# `MacUi.Application`
[🔗](https://github.com/thenatespack/mac_ui/blob/main/lib/mac_ui/application.ex#L1)

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)

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
