ruffle/core
Mike Welsh f09bd8c079 core: Clean up tick/render loop
Don't call `render` from `Player::tick`; instead, require the
frontends to explicitly call `render` when they wish to redraw.
The frontend can query `Player::needs_render` to see if the stage
is dirty and needs a redraw. Update desktop and web to use this
new method.

This fits better with the newer winit event loop model, which
requires explicitly calling `request_redraw`, and should avoid
spurious renders.
2020-05-02 04:25:21 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump quote from 1.0.3 to 1.0.4 2020-04-30 21:18:17 +00:00
src core: Clean up tick/render loop 2020-05-02 04:25:21 -07:00
tests Add test for the constructor property on v6 and v7 SWFs 2020-04-25 13:25:21 -04:00
Cargo.toml build(deps): bump jpeg-decoder from 0.1.18 to 0.1.19 2020-04-28 04:54:23 +00:00