thomasboyt / coquette-inspect

A Chrome DevTools extension for inspecting games made with the Coquette framework
29 stars 14 forks source link

Create embeddable inspector #22

Open thomasboyt opened 9 years ago

thomasboyt commented 9 years ago

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)