geom icon indicating copy to clipboard operation
geom copied to clipboard

X3DJSAIL in Clojure

Open coderextreme opened this issue 1 year ago • 1 comments

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.

coderextreme avatar Oct 13 '24 20:10 coderextreme

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.

coderextreme avatar Oct 14 '24 05:10 coderextreme