![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@thing.js/core
Advanced tools
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.
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.
Global Build:
<script src="https://cdn.uino.cn/thingjs-cli/thing.js"></script>
<script>
const app = new THING.App();
</script>
ESModule Build:
<script type="module">
import { App, Component } from 'https://cdn.uino.cn/thingjs-cli/thing.esm.js';
</script>
ThingJS
is published on npm. To install, use:
> npm install @thing.js/core --save
This will allow you to Import ThingJS
entirely using:
import * as THING from '@thing.js/core';
or individual classes using:
import { App, Component } from '@thing.js/core';
By default, ThingJS
uses an element with div3d
tag as the 3d rendering area.
<!DOCTYPE html>
<html lang="en">
<head>
<title>ThingJS</title>
<meta charset="utf-8" />
<script src="./thing.js"></script>
</head>
<body style="margin: 0; padding: 0">
<div id="div3d"></div>
</body>
<script type="module">
const app = new THING.App({
url: "./scenes/uino.gltf"
});
</script>
</html>
ThingJS
engine is released under the BSD license.
FAQs
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.
The npm package @thing.js/core receives a total of 5 weekly downloads. As such, @thing.js/core popularity was classified as not popular.
We found that @thing.js/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.