Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Do "ticking" inside glutin event loopΒ #25

@jameshiew

Description

@jameshiew

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions