This is the runtime that provides the main loop to run a Program. Given a Program and an array of EffectManagers it will start the program and progress the state each time the program calls update(). You can use the returned function to terminate the program.
This is the type of the initial value passed to the program's init function.
This is the program to run.
Generated using TypeDoc
A program represents the root of an application.