Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X3DJSAIL in Clojure #101

Open
coderextreme opened this issue Oct 13, 2024 · 1 comment
Open

X3DJSAIL in Clojure #101

coderextreme opened this issue Oct 13, 2024 · 1 comment

Comments

@coderextreme
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant