Skip to content

Support for main game loop inversion of control

João Magalhães requested to merge feat/main-loop into master

Fixes #26 (closed)

Allows for the inversion of control in the event loop in the Web frontend making sure that the Emukit library is the one in charge of handling the game loop and requesting new "frames" from the emulator.

Requires https://github.com/joamag/emukit/pull/9

Edited by João Magalhães

Merge request reports