XML3D is currently available as the polyfill implementation xml3d.js.
Polyfill means:
- The implementation is based on standard Web technologies (WebGL, JavaScript etc.)
- XML3D is activated by including a JavaScript library in the web page
- Otherwise no plug-in or software needs to be installed in order to run XML3D
Requirements
xml3d.js runs on any browser with WebGL support.
Find out more about XML3D support
Enable XML3D
To make XML3D work, all you need to do is include the xml3d.js library in your HTML document:
Download the current xml3d.js library
For more information read the Getting Started Page in our xml3d.js wiki.
How to learn XML3D:
- Read the tutorials and help pages in our Github Wiki
- Browse our XML3D examples and have a look at the source code
- Read the specification, which also contains example snippets and an API description
