<div dir="auto">If people want to experiment with C++ generation from DOM and JSON,  my personal examples are here:</div><div dir="auto"><br></div><div dir="auto"><div><a href="https://github.com/coderextreme/CPPON/tree/main">https://github.com/coderextreme/CPPON/tree/main</a></div><br></div><div dir="auto"><br></div><div dir="auto">This will give you some idea about the current C++ SAI (I haven’t tried it for 9 months though).</div><div dir="auto"><br></div><div dir="auto">Note that these do not include a renderer yet, as I parse C++ to produce DOM, which can be used in X3DJSAIL.</div><div dir="auto"><br></div><div dir="auto">The JSON to C++ is written in Node.js and may be suitable inclusion in other JavaScript tools.</div><div dir="auto"><br></div><div dir="auto">If there’s enough demand, I should be able to create a C++ to DOM parser in JavaScript, if ANTLR4 produces JavaScript parser generators.</div><div dir="auto"><br></div><div dir="auto">That would mean that C++ could be used as an X3D encoding in X3DOM, X_ITE and Sunrize.</div>