Haxe externs for three.js (release 46).
Please fork and contribute as I may not maintain it in the long run :)
If you meet me, buy me a beer.
Laurent
haxelib install three.js
git clone git@github.com:labe-me/haxe-three.js.git zip -r haxe-three.js.zip haxe-three.js haxelib test haxe-three.js.zip haxelib dev three.js `pwd`/haxe-three.js
Regular usage will embed three.js minified javascript:
haxe -lib three.js ...
Debug compilation will embed non-minified javascript (easier to debug):
haxe -lib three.js -debug ...
To avoid embedding javascript (don’t forget to include three.js javascript manually inside your HTML):
haxe -lib three.js -DnoEmbedJS ...