I’m using WebGL in an Android app at work right now, not clojurescript though. It’s been great so far for performance. WebGL is supported on most devices. But not emulators, so you’ll have to test on a physical device.
After some false starts I finally managed to learn Unity by making a small game with a friend which is very proficient with it
I would say that it’s very easy to get going if you have some guidance
I’ll be diving in Arcadia ASAP
I didn’t test the mobile story yet, but I’ve been told that atleast Android export is working
Do you always use WebGL through webview?
yup. it’s a web api
the browser maps it to OpenGL ES