JSPM

  • Created
  • Published
  • Downloads 76
  • Score
    100M100P100Q93561F
  • License GPL-3.0

X_ITE X3D Browser, view and manipulate X3D and VRML scenes in HTML.

Package Exports

  • x_ite

Readme

X_ITE — X_ITE X3D Browser

Introduction

X_ITE is a X3D JavaScript WebGL browser. It is a full standard X3D WebGL browser for all major web browsers, which can also be used as a VRML viewer.

🚀 For more information and a live preview, please visit our home page.

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>
<!-- or as ES module for use in scripts -->
<script type="module">
import X3D from "https://create3000.github.io/code/x_ite/latest/x_ite.min.mjs";
</script>

Info: It is no longer necessary to include the CSS file.

NPM Usage

$ npm install x_ite

Maybe you are curious now how to use X_ITE with Electron?

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.

See Also

  • x3d-tidy — X3D converter, beautifier and minimizer
  • x3d-image — Render image files from X3D
  • sunrize — A Multi-Platform X3D Editor