I noticed an interesting project by chrome: ARC. https://developer.chrome.com/apps/getstarted_arc
I was curious if APK made with Urho would work with ARC, and it does seem to. I didn’t try out examples, mostly just my own test thingie. The performance does take quite a hit tho at least on my computer with my test like ~140 linux -> ~25 with ARC. Also this could be that the “openglES” drivers it says I have, aren’t the best.
I couldnt figure out how to do multitouch tho, so I couldn’t change the camera angle with chrome, but it did indeed read all the keypresses from keyboard. Sadly it counted my mouse as a touchdevice, so right clicking (could be faulty programming), was considered just another mouse press. I think touchEnabled_ is true when using this, so I guess it is more of a logic problem on my program than any real problem with urho and arc.
Linux with ARC:
http://i.imgur.com/FlosYz0.png
Linux:
http://i.imgur.com/ZpwBe72.png
I guess this is bit redundant since there are now all the emscripten support, but nevertheless it seems kinda cool.