Fork me on GitHub
#clojure-gamedev
<
2017-04-18
>
jeff.engebretsen14:04:24

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.

nilrecurring15:04:06

After some false starts I finally managed to learn Unity by making a small game with a friend which is very proficient with it

nilrecurring15:04:20

I would say that it’s very easy to get going if you have some guidance

nilrecurring15:04:29

I’ll be diving in Arcadia ASAP

nilrecurring15:04:01

I didn’t test the mobile story yet, but I’ve been told that atleast Android export is working

neurogoo17:04:13

Do you always use WebGL through webview?

jeff.engebretsen17:04:14

yup. it’s a web api

jeff.engebretsen17:04:32

the browser maps it to OpenGL ES