Package Exports
- x_ite
- x_ite/dist/x_ite.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (x_ite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.
Funding
X_ITE needs your support. If you become a Patreon, we can improve X_ITE even better.
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.