
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
x_ite-node
Advanced tools
This is a wrapper for X_ITE for use in a plain Node.js environment. The purpose of this module is to provide a version of X_ITE that can load X3D files, modify or process them, and generate X3D files.
There is no way to render images or anything like that, use X_ITE in an Electron environment for that.
npm i x_ite-node
const X3D = require ("x_ite-node");
async function main ()
{
// Create browser and scene:
const
canvas = X3D .createBrowser (),
browser = canvas .browser,
scene = await browser .createScene (browser .getProfile ("Interchange"), browser .getComponent ("Interpolation", 1));
// Create and add some nodes to scene:
scene .rootNodes .push (scene .createNode ("Transform"));
...
// Generate XML file:
console .log (scene .toXMLString ());
}
main ();
Useful information on how to access the external browser and documentation of all X_ITE functions can be found via the following links:
FAQs
Pure Node.js wrapper of X_ITE
The npm package x_ite-node receives a total of 96 weekly downloads. As such, x_ite-node popularity was classified as not popular.
We found that x_ite-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.