Socket
Socket
Sign inDemoInstall

runing-monitor

Package Overview
Dependencies
8
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    runing-monitor

The simple AGV operation monitoring system uses the ```THREE```


Version published
Weekly downloads
50
decreased by-24.24%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

RuningMonitor

The simple AGV operation monitoring system uses the THREE

temporary package:

import { Store3D } from "runing-monitor";
const store = new Store3D()
store.start()

How to use

  • Include script

  • Introducing store3d

  • Create a store3d instance

  • Call Store3D.Start() method

Include the script

You don't even have to bring THREE into your project

You must have a label with ID store3d to carry it

<div id="store3D"></div>

You need to change the type of script tag to module

<script type="module">
  import { Store3D } from "runing-monitor";
  const store = new Store3D()
  store.start()
</script>

or use npm to install it

npm i runing-monitor

and include it in your code

import { Store3D } from "runing-monitor";

end

const store = new Store3D()
store.start()

version

  • 0.0.5
1. 修复 three-text2d 插件ts中类的多层嵌套bug
2. 增加是否使用后期处理控件 useComposer
useComposer:boolean;
  • 0.0.6
1. 更换绘制文字插件
2. 修改文字样式
  • 0.0.7
1. 使用 Web Worker 分线程做小车动画
  • 0.0.8
1. 优化worker
  • 0.0.84
1. 优化worker引入
  • 0.0.85
1. 解决打包后worker子线程消失的问题
  • 0.0.86
1. package.json 加入 main 字段 指向 ./dist/assets/index.js
  • 0.0.9
1. 根据数据返回theta属性控制车辆站点旋转
  • 0.0.92
1. 修复小车名字不显示bug
2. 修复没网情况下站点名无法显示的问题
  • 0.0.93
1. TS类型
  • 0.0.94
1. 通过Blob对象动态创建Worker
  • 0.0.95
1. 移除index执行start命令
  • 0.0.96
1. 打包后index导出Store3D调整
  • 0.1.0
1. 版本调整
  • 0.1.1
对接项目地图
  • 0.1.2
第一人称
  • 0.1.3
多模型
  • 0.1.6
  • 0.2.0
使用算法优化小车动画
  • 0.2.1
1. 小车功能按键
2. 一键停车
3. 拷贝文字
  • 0.2.2

Support

Tested successfully on

  • Chrome OSX, Windows, Android
  • Firefox OSX, Windows, Anroid
  • Safari OSX, iOS
  • Internet Explorer 11 (SVG and Shape demo won't work because they use Promises)
  • Opera OSX, Windows

FAQs

Last updated on 08 Dec 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc