You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the user of the engine crate must construct and define their own event loop. This is unnecessary. The event loop should be predefined and all inputs should be collected, placed in a resource and be accessible via an ECS system.
Currently the user of the engine crate must construct and define their own event loop. This is unnecessary. The event loop should be predefined and all inputs should be collected, placed in a resource and be accessible via an ECS system.