binji / love-nacl

Port of LÖVE to Native Client
http://binji.github.io/love-nacl/
Other
43 stars 6 forks source link

Chrome App Version of LÖVELINESS #36

Closed matthewbauer closed 8 years ago

matthewbauer commented 10 years ago

I've been working on porting LÖVELINESS to a Chrome App instead of an extension. Advantages of this include the ability to intercept both urls and files without any hacks. However, it disables functionality like "browser actions" and contextMenus. You probably won't want to pull this but I just wanted to make sure you were aware of the effort.

binji commented 10 years ago

Very interesting! Thanks for sharing. I definitely like keeping this as an extension, but having it as an app would be nice too (it would allow socket access, for example). Maybe it would be worth trying to find a way to build both, with minimal duplication of code...