I'm trying to run the development version of xtk (it's the 1st time I use github, and I'm fairly new to javascript...):
I did as indicated in https://github.com/xtk/X/wiki/X:DevelopersHeadsUp, forked xtk, cloned it into my computer and run utils/deps.py. It is now sitting at ~/myself/X,
Next I wrote an html file at ~/myself/X.html with the example html code in DevelopersHeadsUp,
because my .html file is at the same level as the X directory, I changed the src="../X/lib/closure-library/closure/goog/base.js" lines to src="X/lib/closure-library/closure/goog/base.js",
I opened X.html with Safari (5.1.7)...
... and it doesn't work.
I get these 2 errors in the console:
TypeError: 'undefined' is not a constructor (evaluating 'new goog.structs.Map()')
X.html:19TypeError: 'undefined' is not a constructor (evaluating 'new X.renderer3D()')