[X3D-Ecosystem] VRML in X3DJSONLD 12.

John Carlson yottzumm at gmail.com
Sat Aug 16 20:54:15 PDT 2025


Holger, I’m thinking of supporting VRML in X3DJSONLD 12 with X_ITE, just
like I do XML to JSON conversion with X_ITE:
https://create3000.github.io/x_ite/reference/scene-services/#tovrmlstring-options-options-string
the idea would be to convert VRML to JSON for loading into X3DOM, and then
converting JSON scenes to a VRML textarea using the method.

I’m thinking of providing on-demand conversion tabs, probably a bit like
X_ITE playground.  Thanks for the idea!

I’ve also got this awesome client-based search that feeds my menu of files
to select from, which accesses web3d.org examples online.  Of course, I
have local-only searching for now.  It’s based on socket.io, so I’m excited
to plug in all kinds of multi-client searching, not just file system
search.   I grabbed the Multiplayer.js and index.js from JSONverse and
plugged it in (with some debugging).

https://github.com/coderextreme/X3DJSONLD/blob/master/Multiplayer.js

https://github.com/coderextreme/X3DJSONLD/blob/master/index.js

https://github.com/coderextreme/X3DJSONLD/blob/master/tests/client2.js

I was thinking of offering “Petnames” for various client search services,
that the user could select to narrow down search, but i need to investigate
JWT and OAuth proof of possession.

Maybe I can improve JSON to STL and PLY first though.  And mess around with
some C++.

Oh, BTW, I’m having some issues with npx launching Electron, possibly
because I did npx index.js.  Oops!

If anyone is interested in 2D GUIs in 3D, drop me a line!

Very good!

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20250816/d78afe51/attachment.html>


More information about the X3D-Ecosystem mailing list