toolness / mobile-microgame-maker

Attempt at building a mobile microgame maker for Minicade.
http://mmm.minica.de
6 stars 2 forks source link

Use Blockly's new headless support #36

Closed toolness closed 9 years ago

toolness commented 9 years ago

Some profiling revealed that most of the slowness behind code regeneration (#35) is due to the DOM updating Blockly is doing while we set the main workspace. However, Blockly recently added support for a headless mode, which means code regeneration will be sped up immensely if we enable it. Let's do that!

toolness commented 9 years ago

Tested this out on desktop, a Nexus 7 w/ Chrome and Firefox, an iPad Air + iPhone 5 w/ iOS 8, and it works well.