ThingJS is a web3d engine designed to help developers build Digital Twin Visualization applications more efficiently. Its goal is to achieve higher performance, richer visual effects, better scalability and easy-to-use.
npm install @thing.js/coreThingJS is a web3d engine designed to help developers build "Digital Twin Visualization" applications more efficiently. Its goal is to achieve higher performance, richer visual effects, better scalability and easy-to-use.
javascript
`
ESModule Build:
`javascript
`
NPM
ThingJS is published on npm. To install, use:
`bash
> npm install @thing.js/core --save
`
This will allow you to Import ThingJS entirely using:
`javascript
import * as THING from '@thing.js/core';
`
or individual classes using:
`javascript
import { App, Component } from '@thing.js/core';
`
Usage
By default, ThingJS uses an element with div3d tag as the 3d rendering area.
`html
ThingJS
`
License
ThingJS` engine is released under the BSD license.