thomasboyt / coquette-inspect

A Chrome DevTools extension for inspecting games made with the Coquette framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create embeddable inspector

thomasboyt opened this issue · comments

this would be super, super cool, and make it easy to create "playground" demos with coquette.

seems like the main thing to do here is to have an "adapter" abstraction for the communication between the Agent and the UI, like how Ember Inspector does, that could replaced with just pure window.postMessage() or whatever weird shit you have to do to make iframe communication go (if that's how it's embedded)