X_ITE — X_ITE X3D Browser
Introduction
X_ITE is an X3D JavaScript WebGL browser. It is a full standard X3D WebGL browser for all major web browsers, which also can be used as a VRML viewer.
🚀 For more information and live preview please have a look at the Home Page.
Quick Links
GitHub CDN
GitCDN serves raw files directly from GitHub with proper Content-Type headers and a super fast CDN!
Latest Stable Version
If you are a developer or you always wanna be up to date:
<script src="https://create3000.github.io/code/x_ite/latest/x_ite.min.js"></script>
Info: It is no longer necessary to include the CSS file.
NPM Usage
$ npm install x_ite
It can be used in Electron apps in the renderer process in a way like this:
const X3D = require ("x_ite")
Make sure that contextIsolation
is set to false
when creating a BrowserWindow instance.
License
X_ITE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 only, as published by the Free Software Foundation.