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
{{ message }}
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
There is a Ticker::run func which runs a loop that calls a callback which then does rendering and calls event_loop.run_return to check for events such as key presses. A simple event_loop.run in the main thread could be used instead - the structure could match much more closely something like https://github.com/glium/glium/blob/master/examples/tutorial-01.rs
The text was updated successfully, but these errors were encountered:
There is a
Ticker::run
func which runs a loop that calls a callback which then does rendering and callsevent_loop.run_return
to check for events such as key presses. A simpleevent_loop.run
in the main thread could be used instead - the structure could match much more closely something like https://github.com/glium/glium/blob/master/examples/tutorial-01.rsThe text was updated successfully, but these errors were encountered: