geom
geom copied to clipboard
X3DJSAIL in Clojure
Check out these Clojure examples (some need to be broken up). https://github.com/coderextreme/X3DJSONLD/tree/master/src/main/clojure/net/coderextreme/data. This is based on X3DJSAIL.
There’s no rendering with this API, but it generates VRML, X3D XML, X3D JSON, Java, Python, JavaScript , HTML, etc. extension are made through parsing XML with XSLT.
Think about collaborating.
Here’s the code to convert DOM to Clojure: https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/node/ClojureSerializer.js I also have code which converts JSON to DOM: https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/node/X3DJSONLD.js Maybe this could be made to work with ClojureScript? I don’t know ClojureScript yet. Comments welcome.