Re: ClojureScript & Three.js

2012-12-04 Thread Graham MacDonald
is places it outside closure, and wont be compiled with the > closure compiler. > I don't think this matters much (in most cases anyway). Because > clojurescript is pretty heavyweight as is. Also, 3d-applications > are typically one-page, so page size is not as important. > &g

ClojureScript & Three.js

2012-12-04 Thread Graham MacDonald
Hi I'm trying to create a cljs project which uses Three.js. I found a snippet of code here (though I have no idea if it works or not...) I understand I need to reference three.js as an extern or a foreign lib, but I've been unable to get it working successful