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
Returns a specification to start this module under a supervisor.
See Supervisor.