TheMightyFingers / mightyeditor

http://mightyeditor.mightyfingers.com
Other
279 stars 62 forks source link

opal-phaser #51

Open ylluminate opened 9 years ago

ylluminate commented 9 years ago

Hi, we're building opal-phaser to allow Ruby to be used to develop games with Phaser. Someone just showed me MightyEditor this evening and I thought I'd throw out the proposition to see what you'd think it would take for us to help you to integrate Opal and opal-phaser into MightyEditor.

stauzs commented 9 years ago

hi, it would be nice,

You will need to rewrite default template so it uses opal-phaser: https://github.com/TheMightyFingers/mightyeditor/tree/master/server/templates/default/src

ylluminate commented 9 years ago

@ylluminarious @gabrielrios

ylluminarious commented 9 years ago

@stauzs Regarding your question about Opal needing a server: Opal can be run on the fly in the browser. You can look into it a bit more on their website or the GitHub repo. Opal can even use a CDN to transpile Ruby code.

fkchang commented 9 years ago

@stauzs I'll be adding codemirror opal autocomplete as part of opal-irb, maybe I can export something at some point.